diff options
| author | 2017-08-24 05:33:06 -0400 | |
|---|---|---|
| committer | 2017-08-24 05:33:06 -0400 | |
| commit | 95cf7934a3a2c0c2a53e90dd21b06ff2e4e647af (patch) | |
| tree | 92a3e347f06217de2434184ff1ecfdb3e2ccf4a0 /src/modules | |
| parent | Make our docs work better with the QTextBrowser. (diff) | |
| download | KVIrc-95cf7934a3a2c0c2a53e90dd21b06ff2e4e647af.tar.gz KVIrc-95cf7934a3a2c0c2a53e90dd21b06ff2e4e647af.tar.bz2 KVIrc-95cf7934a3a2c0c2a53e90dd21b06ff2e4e647af.zip | |
Add missing include on some versions of Qt
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/help/HelpWidget.cpp | 1 |
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; |
