summaryrefslogtreecommitdiffstats
path: root/kppp/pppstats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kppp/pppstats.cpp')
-rw-r--r--kppp/pppstats.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kppp/pppstats.cpp b/kppp/pppstats.cpp
index c9f153d8..ecc083fc 100644
--- a/kppp/pppstats.cpp
+++ b/kppp/pppstats.cpp
@@ -96,7 +96,7 @@
PPPStats::PPPStats()
{
clear();
- timer = new QTimer;
+ timer = new TQTimer;
connect(timer, TQT_SIGNAL(timeout()), TQT_SLOT(timerClick()));
}