aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help
diff options
context:
space:
mode:
authorGravatar IceN9ne2017-08-24 05:33:06 -0400
committerGravatar IceN9ne2017-08-24 05:33:06 -0400
commit95cf7934a3a2c0c2a53e90dd21b06ff2e4e647af (patch)
tree92a3e347f06217de2434184ff1ecfdb3e2ccf4a0 /src/modules/help
parentMake our docs work better with the QTextBrowser. (diff)
downloadKVIrc-95cf7934a3a2c0c2a53e90dd21b06ff2e4e647af.tar.gz
KVIrc-95cf7934a3a2c0c2a53e90dd21b06ff2e4e647af.tar.bz2
KVIrc-95cf7934a3a2c0c2a53e90dd21b06ff2e4e647af.zip
Add missing include on some versions of Qt
Diffstat (limited to 'src/modules/help')
-rw-r--r--src/modules/help/HelpWidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/help/HelpWidget.cpp b/src/modules/help/HelpWidget.cpp
index 990aad5ca..51d0a4220 100644
--- a/src/modules/help/HelpWidget.cpp
+++ b/src/modules/help/HelpWidget.cpp
@@ -39,6 +39,7 @@
#include <QTimer>
#include <QClipboard>
#include <QDir>
+#include <QAction>
extern HelpIndex * g_pDocIndex;
extern KviPointerList<HelpWindow> * g_pHelpWindowList;