diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:10:23 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 18:10:23 -0600 |
commit | 161cc76d48c479b4f90433703b855a48b093f9cc (patch) | |
tree | dae76e040aeb7270c774f881e400478e4a1e386e /KMFSysTray/mainwidget.h | |
parent | dc97c53fce225cd37a63752957b740cf6a23e4c7 (diff) | |
download | kmyfirewall-161cc76d48c479b4f90433703b855a48b093f9cc.tar.gz kmyfirewall-161cc76d48c479b4f90433703b855a48b093f9cc.zip |
Rename old tq methods that no longer need a unique name
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: |