diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:30:51 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:30:51 -0600 |
commit | d737fa5621adb2f9504b4119a151615eeacba574 (patch) | |
tree | b219ca93c9910b179c0891e9b0e353f94465b03a /KMFSysTray/mainwidget.h | |
parent | 88c5eb48afe6160b21916f2c4bb779de9c8992a0 (diff) | |
download | kmyfirewall-d737fa5621adb2f9504b4119a151615eeacba574.tar.gz kmyfirewall-d737fa5621adb2f9504b4119a151615eeacba574.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'KMFSysTray/mainwidget.h')
-rw-r--r-- | KMFSysTray/mainwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/KMFSysTray/mainwidget.h b/KMFSysTray/mainwidget.h index 1e9b371..92329ef 100644 --- a/KMFSysTray/mainwidget.h +++ b/KMFSysTray/mainwidget.h @@ -37,7 +37,7 @@ public: /*$PUBLIC_FUNCTIONS$*/ public slots: - void slotSetRunningtqStatus( bool ); + void slotSetRunningStatus( bool ); void slotDetailsClosed(); protected: |