diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:11:07 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 18:11:07 -0600 |
commit | c895c15390ccba4dea8848a6eef98c7a4527c4e3 (patch) | |
tree | 3d4768839abdbab6914483810960646d4b5d5e36 /src/knutdock.h | |
parent | 90705c50d34801a0f7516ddc4d3bf6c295413297 (diff) | |
download | knutclient-c895c15390ccba4dea8848a6eef98c7a4527c4e3.tar.gz knutclient-c895c15390ccba4dea8848a6eef98c7a4527c4e3.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/knutdock.h')
-rwxr-xr-x | src/knutdock.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/knutdock.h b/src/knutdock.h index 93b46cf..64e4d53 100755 --- a/src/knutdock.h +++ b/src/knutdock.h @@ -443,12 +443,12 @@ class KNutDock : public KSystemTray { /** * @internal - * Paints layer for UPS tqStatus, only for type general - * Vykresli vrstvu pro UPS tqStatus. + * Paints layer for UPS Status, only for type general + * Vykresli vrstvu pro UPS Status. * * @since 0.2 **/ - void painttqStatus (int status ); + void paintStatus (int status ); void paintEvent (TQPaintEvent *); |