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 9dd6f366..aedd63bf 100644
--- a/kppp/pppstats.cpp
+++ b/kppp/pppstats.cpp
@@ -109,7 +109,7 @@ PPPStats::PPPStats()
{
clear();
timer = new TQTimer;
- connect(timer, TQT_SIGNAL(timeout()), TQT_SLOT(timerClick()));
+ connect(timer, TQ_SIGNAL(timeout()), TQ_SLOT(timerClick()));
}