summaryrefslogtreecommitdiffstats
path: root/src/knutdock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/knutdock.h')
-rwxr-xr-xsrc/knutdock.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/knutdock.h b/src/knutdock.h
index 93b46cf..c9fc2cc 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 tqrepaint je volan vzdy.
+ * Provede nove zpracovani dat a jejich nakresli iconu docku, interni repaint je volan vzdy.
* Tato funkce take vola funkci ToolTip.
- * Makes new processing of data and paints icons of dock, internal tqrepaint is colled always.
+ * Makes new processing of data and paints icons of dock, internal repaint 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 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 *);