diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:56:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:56:28 -0600 |
commit | 90705c50d34801a0f7516ddc4d3bf6c295413297 (patch) | |
tree | e3b61cdd31aaddef0bf7c78231a08599f8851225 /src/knutdock.h | |
parent | e29455aea4fc1fda591862200c6321a3722e134c (diff) | |
download | knutclient-90705c50d34801a0f7516ddc4d3bf6c295413297.tar.gz knutclient-90705c50d34801a0f7516ddc4d3bf6c295413297.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit e29455aea4fc1fda591862200c6321a3722e134c.
Diffstat (limited to 'src/knutdock.h')
-rwxr-xr-x | src/knutdock.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/knutdock.h b/src/knutdock.h index c9fc2cc..93b46cf 100755 --- a/src/knutdock.h +++ b/src/knutdock.h @@ -138,9 +138,9 @@ class KNutDock : public KSystemTray { void changeToolTip(void); /** - * Provede nove zpracovani dat a jejich nakresli iconu docku, interni repaint je volan vzdy. + * Provede nove zpracovani dat a jejich nakresli iconu docku, interni tqrepaint je volan vzdy. * Tato funkce take vola funkci ToolTip. - * Makes new processing of data and paints icons of dock, internal repaint is colled always. + * Makes new processing of data and paints icons of dock, internal tqrepaint is colled always. * This function calls function ToolTips too. * @param always Kdyz je true prorovede vykresleni vzdy, kde je false provede vykresleni jen kdyz je zmenena nejaka hodnota UPS. * @param always When param is true, icon is made always, is one is false icon is makeing when same UPS's value is changed. @@ -443,12 +443,12 @@ class KNutDock : public KSystemTray { /** * @internal - * Paints layer for UPS Status, only for type general - * Vykresli vrstvu pro UPS Status. + * Paints layer for UPS tqStatus, only for type general + * Vykresli vrstvu pro UPS tqStatus. * * @since 0.2 **/ - void paintStatus (int status ); + void painttqStatus (int status ); void paintEvent (TQPaintEvent *); |