summaryrefslogtreecommitdiffstats
path: root/kdeui/kled.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
commit9c49a74a165b8535c28ccbb2fad37334989b2fc7 (patch)
treef1d72ed61fc64441880b26359d03c58f78b95ada /kdeui/kled.h
parent42037fa1562f00d75f02d019c039d51b2c27cc6f (diff)
downloadtdelibs-9c49a74a165b8535c28ccbb2fad37334989b2fc7.tar.gz
tdelibs-9c49a74a165b8535c28ccbb2fad37334989b2fc7.zip
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdeui/kled.h')
-rw-r--r--kdeui/kled.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeui/kled.h b/kdeui/kled.h
index 06683bbaa..4e95705e0 100644
--- a/kdeui/kled.h
+++ b/kdeui/kled.h
@@ -181,7 +181,7 @@ public:
/**
* Toggle the state of the LED from Off to On and vice versa.
*
- * The widget will be tqrepainted when returning to the main
+ * The widget will be repainted when returning to the main
* event loop.
* @short Toggles LED on->off / off->on.
* @deprecated, use #toggle() instead.
@@ -257,7 +257,7 @@ public slots:
/**
* Toggles the state of the led from Off to On or vice versa.
*
- * The widget tqrepaints itself immediately.
+ * The widget repaints itself immediately.
*/
void toggle();