summaryrefslogtreecommitdiffstats
path: root/noatun/modules
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
commitf949c4652e0aae023b4306f3550914811743698e (patch)
tree0487ea0cd9ca3760f786aefef4fb1a83b2ea72dc /noatun/modules
parentce8f3aee00347d5385d8ef74235337c24aeccaa1 (diff)
downloadtdemultimedia-f949c4652e0aae023b4306f3550914811743698e.tar.gz
tdemultimedia-f949c4652e0aae023b4306f3550914811743698e.zip
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'noatun/modules')
-rw-r--r--noatun/modules/kjofol-skin/kjtextdisplay.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/noatun/modules/kjofol-skin/kjtextdisplay.cpp b/noatun/modules/kjofol-skin/kjtextdisplay.cpp
index 42d546a0..14590b24 100644
--- a/noatun/modules/kjofol-skin/kjtextdisplay.cpp
+++ b/noatun/modules/kjofol-skin/kjtextdisplay.cpp
@@ -142,7 +142,7 @@ void KJFilename::readConfig()
mDistance = 1;
mTimerUpdates = KJLoader::kjofol->prefs()->titleMovingUpdates();
textFont().recalcSysFont();
- mLastTitle=""; // tqinvalidate title so it gets tqrepainted on next timeUpdate()
+ mLastTitle=""; // tqinvalidate title so it gets repainted on next timeUpdate()
}
void KJFilename::prepareString(const TQCString &str)
@@ -255,7 +255,7 @@ void KJTime::readConfig()
// kdDebug(66666) << "KJTime::readConfig()" << endl;
countDown = napp->displayRemaining();
timeFont().recalcSysFont();
- mLastTime=""; // tqinvalidate time so it gets tqrepainted on next timeUpdate()
+ mLastTime=""; // tqinvalidate time so it gets repainted on next timeUpdate()
}
TQString KJTime::lengthString ( void )
@@ -398,7 +398,7 @@ bool KJVolumeText::mousePress(const TQPoint &)
void KJVolumeText::readConfig()
{
volumeFont().recalcSysFont();
- mLastVolume=""; // tqinvalidate value so it gets tqrepainted on next timeUpdate()
+ mLastVolume=""; // tqinvalidate value so it gets repainted on next timeUpdate()
}
void KJVolumeText::timeUpdate(int)
@@ -501,7 +501,7 @@ void KJPitchText::mouseRelease(const TQPoint &, bool in)
void KJPitchText::readConfig()
{
pitchFont().recalcSysFont();
- mLastPitch=""; // tqinvalidate value so it gets tqrepainted on next timeUpdate()
+ mLastPitch=""; // tqinvalidate value so it gets repainted on next timeUpdate()
}
void KJPitchText::timeUpdate(int)
@@ -600,7 +600,7 @@ bool KJFileInfo::mousePress(const TQPoint &)
void KJFileInfo::readConfig()
{
textFont().recalcSysFont();
- mLastTime=""; // tqinvalidate value so it gets tqrepainted on next timeUpdate()
+ mLastTime=""; // tqinvalidate value so it gets repainted on next timeUpdate()
}
void KJFileInfo::timeUpdate(int)