From d737fa5621adb2f9504b4119a151615eeacba574 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:30:51 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- KMFSysTray/app.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'KMFSysTray/app.cpp') diff --git a/KMFSysTray/app.cpp b/KMFSysTray/app.cpp index 1e3d906..e565526 100644 --- a/KMFSysTray/app.cpp +++ b/KMFSysTray/app.cpp @@ -12,7 +12,7 @@ #include "app.h" // #include -// #include +// #include // // // KDE includes // #include @@ -42,7 +42,7 @@ MainApp::MainApp() : KApplication() { // KConfig *ksConfig = config(); // KMFIPTWatcher *watch = new KMFIPTWatcher( this, "KMFIPTWatcher" ); // MainWidget *mainWid = new MainWidget( 0 ); -// connect( watch, TQT_SIGNAL( sigUpdateActive( bool ) ), mainWid, TQT_SLOT( slotSetRunningtqStatus( bool ) ) ); +// connect( watch, TQT_SIGNAL( sigUpdateActive( bool ) ), mainWid, TQT_SLOT( slotSetRunningStatus( bool ) ) ); // connect( watch, TQT_SIGNAL( sigUpdateRuleCount( const TQString&, const TQString&, int ) ), // mainWid, TQT_SIGNAL( sigUpdateRuleCount( const TQString&, const TQString&, int ) ) ); -- cgit v1.2.1