summaryrefslogtreecommitdiffstats
path: root/kmid/kmidframe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmid/kmidframe.cpp')
-rw-r--r--kmid/kmidframe.cpp4
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