diff options
Diffstat (limited to 'kppp/pppstats.cpp')
-rw-r--r-- | kppp/pppstats.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kppp/pppstats.cpp b/kppp/pppstats.cpp index 8063d618..c9f153d8 100644 --- a/kppp/pppstats.cpp +++ b/kppp/pppstats.cpp @@ -90,14 +90,14 @@ #endif /* STREAMS */ -#include <qtimer.h> +#include <tqtimer.h> #include <kdebug.h> PPPStats::PPPStats() { clear(); timer = new QTimer; - connect(timer, SIGNAL(timeout()), SLOT(timerClick())); + connect(timer, TQT_SIGNAL(timeout()), TQT_SLOT(timerClick())); } |