diff options
| author | 2008-07-13 18:35:12 +0000 | |
|---|---|---|
| committer | 2008-07-13 18:35:12 +0000 | |
| commit | a19e69058ca7bb27715420d830fea9e4c75257fb (patch) | |
| tree | 77f4b492aac4598c3ced66806ecb0c9ece41cd0c /src/modules/dcc/send.cpp | |
| parent | scroll the ircview during a selection when the mouse reach borders; partially... (diff) | |
| download | KVIrc-a19e69058ca7bb27715420d830fea9e4c75257fb.tar.gz KVIrc-a19e69058ca7bb27715420d830fea9e4c75257fb.tar.bz2 KVIrc-a19e69058ca7bb27715420d830fea9e4c75257fb.zip | |
fixed not-working dcc (missing ctcp) on 4.0. Probably fixes #173 too
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2067 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/dcc/send.cpp')
| -rw-r--r-- | src/modules/dcc/send.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/dcc/send.cpp b/src/modules/dcc/send.cpp index aa9a001be..180b62999 100644 --- a/src/modules/dcc/send.cpp +++ b/src/modules/dcc/send.cpp @@ -68,6 +68,7 @@ #include <QPushButton> #include <QEvent> #include <QCloseEvent> +#include <QTimer> #define INSTANT_BANDWIDTH_CHECK_INTERVAL_IN_MSECS 3000 #define INSTANT_BANDWIDTH_CHECK_INTERVAL_IN_SECS 3 |
