summaryrefslogtreecommitdiffstats
path: root/src/assistant/assistant/helpviewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/assistant/assistant/helpviewer.h')
-rw-r--r--src/assistant/assistant/helpviewer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assistant/assistant/helpviewer.h b/src/assistant/assistant/helpviewer.h
index aeae503ce..84ab800c3 100644
--- a/src/assistant/assistant/helpviewer.h
+++ b/src/assistant/assistant/helpviewer.h
@@ -105,7 +105,7 @@ public:
static bool launchWithExternalApp(const QUrl &url);
public slots:
-#ifndef QT_NO_CLIPBOARD
+#if QT_CONFIG(clipboard)
void copy();
#endif
void home() TEXTBROWSER_OVERRIDE;