diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-07 21:14:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-07 21:14:06 +0000 |
commit | f949c4652e0aae023b4306f3550914811743698e (patch) | |
tree | 0487ea0cd9ca3760f786aefef4fb1a83b2ea72dc /kmid/kmidframe.cpp | |
parent | ce8f3aee00347d5385d8ef74235337c24aeccaa1 (diff) | |
download | tdemultimedia-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 'kmid/kmidframe.cpp')
-rw-r--r-- | kmid/kmidframe.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmid/kmidframe.cpp b/kmid/kmidframe.cpp index e986a221..9ebf9f84 100644 --- a/kmid/kmidframe.cpp +++ b/kmid/kmidframe.cpp @@ -316,7 +316,7 @@ void kmidFrame::options_DisplayEvents(int i) cfg->setGroup("KMid"); cfg->writeEntry("TypeOfTextEvents",(i==0)?1:5); cfg->sync(); - kmidclient->tqrepaintText((i==0)?1:5); + kmidclient->repaintText((i==0)?1:5); } void kmidFrame::options_AutomaticText() @@ -514,7 +514,7 @@ void kmidFrame::rechooseTextEvent() if ((cfg->readNumEntry("AutomaticTextEventChooser",1))==1) { int t=kmidclient->ChooseTypeOfTextEvents(); - kmidclient->tqrepaintText(t); + kmidclient->repaintText(t); if (t==1) ((KSelectAction*)actionCollection()->action("display_events"))->setCurrentItem(0); else |