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 acd38c66e..f291da215 100644
--- a/src/assistant/assistant/helpviewer.h
+++ b/src/assistant/assistant/helpviewer.h
@@ -101,7 +101,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;