summaryrefslogtreecommitdiffstats
path: root/kalarm
diff options
context:
space:
mode:
Diffstat (limited to 'kalarm')
-rw-r--r--kalarm/lib/spinbox2.cpp2
-rw-r--r--kalarm/lib/spinbox2private.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/kalarm/lib/spinbox2.cpp b/kalarm/lib/spinbox2.cpp
index 197e83bd6..bdd887912 100644
--- a/kalarm/lib/spinbox2.cpp
+++ b/kalarm/lib/spinbox2.cpp
@@ -251,7 +251,7 @@ void SpinBox2::styleChange(TQStyle&)
}
/******************************************************************************
-* Called when the extra pair of spin buttons has tqrepainted after a style change.
+* Called when the extra pair of spin buttons has repainted after a style change.
* Updates the mirror image of the spin buttons.
*/
void SpinBox2::updateMirror()
diff --git a/kalarm/lib/spinbox2private.h b/kalarm/lib/spinbox2private.h
index ec7d2d16f..1c5a71ee6 100644
--- a/kalarm/lib/spinbox2private.h
+++ b/kalarm/lib/spinbox2private.h
@@ -46,7 +46,7 @@ class ExtraSpinBox : public SpinBox
virtual void paintEvent(TQPaintEvent*);
virtual void styleChange(TQStyle&) { mNewStylePending = true; }
private:
- bool mNewStylePending; // style has changed, but not yet tqrepainted
+ bool mNewStylePending; // style has changed, but not yet repainted
};