diff options
Diffstat (limited to 'src/statistics.cpp')
-rw-r--r-- | src/statistics.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/statistics.cpp b/src/statistics.cpp index 6097be1..3eec9db 100644 --- a/src/statistics.cpp +++ b/src/statistics.cpp @@ -43,8 +43,8 @@ Statistics::Statistics( KNetStatsView* parent, const char *name ) update(); mTimer = new TQTimer( this ); - connect( mTimer, TQT_SIGNAL( timeout() ), this, TQT_SLOT( update() ) ); - connect( mTimer, TQT_SIGNAL( timeout() ), chart, TQT_SLOT( update() ) ); + connect( mTimer, TQ_SIGNAL( timeout() ), this, TQ_SLOT( update() ) ); + connect( mTimer, TQ_SIGNAL( timeout() ), chart, TQ_SLOT( update() ) ); } void Statistics::update() { |