diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:31:05 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:31:05 -0600 |
commit | 238d438877620ed73915f2360d820cfc0c9131cc (patch) | |
tree | ddb04b2506c33b255ac5ac573b13c308a2a1ba96 /src/knemod/interfaceicon.h | |
parent | a1a658649b5cdda8bd7a7c4eae583d4dd7e0acf3 (diff) | |
download | knemo-238d438877620ed73915f2360d820cfc0c9131cc.tar.gz knemo-238d438877620ed73915f2360d820cfc0c9131cc.zip |
Rename a number of old tq methods that are no longer tq specific
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 |