summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/core/userrectsel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/kicker/core/userrectsel.cpp')
-rw-r--r--kicker/kicker/core/userrectsel.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kicker/kicker/core/userrectsel.cpp b/kicker/kicker/core/userrectsel.cpp
index 553f5ad09..d4b54f04a 100644
--- a/kicker/kicker/core/userrectsel.cpp
+++ b/kicker/kicker/core/userrectsel.cpp
@@ -48,7 +48,7 @@ void UserRectSel::mouseReleaseEvent(TQMouseEvent * e)
{
if (e->button() == LeftButton)
{
- tqApp->exit_loop();
+ qApp->exit_loop();
}
}
@@ -138,10 +138,10 @@ UserRectSel::PanelStrut UserRectSel::select(const RectList& rects, const TQPoint
sel.show();
sel.grabMouse();
sel.paintCurrent();
- tqApp->enter_loop();
+ qApp->enter_loop();
sel.paintCurrent();
sel.releaseMouse();
- tqApp->syncX();
+ qApp->syncX();
return sel.current;
}