summaryrefslogtreecommitdiffstats
path: root/src/knemod/interfacestatusdialog.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-05 10:34:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-07 20:52:12 +0900
commit73e92cf0198487e7762f26a939b6429e955ea896 (patch)
tree603282f81691ab144cf087ecbb4151fae8267c06 /src/knemod/interfacestatusdialog.cpp
parentbed7853363bb060cdac0dcb810609e5591732114 (diff)
downloadknemo-73e92cf0198487e7762f26a939b6429e955ea896.tar.gz
knemo-73e92cf0198487e7762f26a939b6429e955ea896.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 89135300a977ebccbb5928797afabfdd8a4222fb)
Diffstat (limited to 'src/knemod/interfacestatusdialog.cpp')
-rw-r--r--src/knemod/interfacestatusdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knemod/interfacestatusdialog.cpp b/src/knemod/interfacestatusdialog.cpp
index 12bc469..2ba911b 100644
--- a/src/knemod/interfacestatusdialog.cpp
+++ b/src/knemod/interfacestatusdialog.cpp
@@ -85,7 +85,7 @@ InterfaceStatusDialog::InterfaceStatusDialog( Interface* interface, TQWidget* pa
statisticsChanged();
mTimer = new TQTimer();
- connect( mTimer, TQT_SIGNAL( timeout() ), this, TQT_SLOT( updateDialog() ) );
+ connect( mTimer, TQ_SIGNAL( timeout() ), this, TQ_SLOT( updateDialog() ) );
mTimer->start( 1000 );
}