summaryrefslogtreecommitdiffstats
path: root/KMFSysTray/kmfsystray.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-16 09:56:15 -0600
committerTimothy Pearson <[email protected]>2011-12-16 09:56:15 -0600
commitdc97c53fce225cd37a63752957b740cf6a23e4c7 (patch)
tree1ab114aa83239fc024f4a4c40952d3c8a4508115 /KMFSysTray/kmfsystray.cpp
parentd737fa5621adb2f9504b4119a151615eeacba574 (diff)
downloadkmyfirewall-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/kmfsystray.cpp')
-rw-r--r--KMFSysTray/kmfsystray.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/KMFSysTray/kmfsystray.cpp b/KMFSysTray/kmfsystray.cpp
index 4d18c9b..28454d7 100644
--- a/KMFSysTray/kmfsystray.cpp
+++ b/KMFSysTray/kmfsystray.cpp
@@ -21,7 +21,7 @@
// QT includes
#include <tqlcdnumber.h>
-#include <layout.h>
+#include <tqlayout.h>
// KDE includes
#include <kglobal.h>
@@ -54,7 +54,7 @@ KMFSysTray::KMFSysTray( TQWidget* w ) : KSystemTray ( w ) , DCOPObject( "KMFSys
setPixmap( baseIcon );
// Connect the watch deamon
- connect( watch, TQT_SIGNAL( sigUpdateActive( bool ) ), this, TQT_SLOT( slotSetRunningStatus( bool ) ) );
+ connect( watch, TQT_SIGNAL( sigUpdateActive( bool ) ), this, TQT_SLOT( slotSetRunningtqStatus( bool ) ) );
connect( watch, TQT_SIGNAL( sigUpdateRuleCount( const TQString&, const TQString&, int ) ),
this, TQT_SIGNAL( sigUpdateRuleCount( const TQString&, const TQString&, int ) ) );
@@ -86,7 +86,7 @@ void KMFSysTray::initMenu() {
}
-void KMFSysTray::slotSetRunningStatus( bool on ) {
+void KMFSysTray::slotSetRunningtqStatus( bool on ) {
if ( on ) {
baseIcon = KSystemTray::loadIcon( "kmyfirewall" );
} else {