From fc5197ec86abe5dc0fa4b48979684845b52357f2 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 7 Jul 2011 21:14:06 +0000 Subject: Rename incorrect instances of tqrepaint[...] to repaint[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kalarm/lib/spinbox2.cpp | 2 +- kalarm/lib/spinbox2private.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kalarm/lib') 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 }; -- cgit v1.2.1