diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:10:44 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 18:10:44 -0600 |
commit | 15c49bc5b6d612d4021619c4f71c8bca1d692e28 (patch) | |
tree | d402577f3db7642d11fd7a5276bf5e8b474ffce0 /src/knemod/interfaceicon.h | |
parent | d979df2f36840b03425e5dc40907f16d10fe4b5c (diff) | |
download | knemo-15c49bc5b6d612d4021619c4f71c8bca1d692e28.tar.gz knemo-15c49bc5b6d612d4021619c4f71c8bca1d692e28.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/knemod/interfaceicon.h')
-rw-r--r-- | src/knemod/interfaceicon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/knemod/interfaceicon.h b/src/knemod/interfaceicon.h index 6e4c098..56335bb 100644 --- a/src/knemod/interfaceicon.h +++ b/src/knemod/interfaceicon.h @@ -68,12 +68,12 @@ public slots: /* * Changes the icon image displayed in the tray */ - void updatetqStatus( int status ); + void updateStatus( int status ); /* * Creates or deletes the tray icon */ - void updateTraytqStatus( int previousState ); + void updateTrayStatus( int previousState ); /* * Resizes the tray icon |