diff options
author | Timothy Pearson <[email protected]> | 2011-12-16 09:56:15 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-16 09:56:15 -0600 |
commit | dc97c53fce225cd37a63752957b740cf6a23e4c7 (patch) | |
tree | 1ab114aa83239fc024f4a4c40952d3c8a4508115 /KMFSysTray/app.cpp | |
parent | d737fa5621adb2f9504b4119a151615eeacba574 (diff) | |
download | kmyfirewall-dc97c53fce225cd37a63752957b740cf6a23e4c7.tar.gz kmyfirewall-dc97c53fce225cd37a63752957b740cf6a23e4c7.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit d737fa5621adb2f9504b4119a151615eeacba574.
Diffstat (limited to 'KMFSysTray/app.cpp')
-rw-r--r-- | KMFSysTray/app.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/KMFSysTray/app.cpp b/KMFSysTray/app.cpp index e565526..1e3d906 100644 --- a/KMFSysTray/app.cpp +++ b/KMFSysTray/app.cpp @@ -12,7 +12,7 @@ #include "app.h" // #include <tqlcdnumber.h> -// #include <layout.h> +// #include <tqlayout.h> // // // KDE includes // #include <kglobal.h> @@ -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( slotSetRunningStatus( bool ) ) ); +// connect( watch, TQT_SIGNAL( sigUpdateActive( bool ) ), mainWid, TQT_SLOT( slotSetRunningtqStatus( bool ) ) ); // connect( watch, TQT_SIGNAL( sigUpdateRuleCount( const TQString&, const TQString&, int ) ), // mainWid, TQT_SIGNAL( sigUpdateRuleCount( const TQString&, const TQString&, int ) ) ); |