summaryrefslogtreecommitdiffstats
path: root/kimagemapeditor/kimagemapeditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kimagemapeditor/kimagemapeditor.cpp')
-rw-r--r--kimagemapeditor/kimagemapeditor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kimagemapeditor/kimagemapeditor.cpp b/kimagemapeditor/kimagemapeditor.cpp
index 8e92947d..5d94591f 100644
--- a/kimagemapeditor/kimagemapeditor.cpp
+++ b/kimagemapeditor/kimagemapeditor.cpp
@@ -806,7 +806,7 @@ void KImageMapEditor::slotUpdateSelectionCoords() {
selectionStatusText = i18n(" Selection: x: %1, y: %2, w: %3, h: %4 ").arg(r.left()).arg(r.top()).arg(r.width()).arg(r.height());
// ,STATUS_SELECTION);
- kapp->processEvents();
+ tdeApp->processEvents();
} else
selectionStatusText = i18n(" Selection: - ");
//statusBar()->changeItem(" Selection : - ",STATUS_SELECTION);
@@ -818,12 +818,12 @@ void KImageMapEditor::slotUpdateSelectionCoords( const TQRect & r )
{
selectionStatusText = i18n(" Selection: x: %1, y: %2, w: %3, h: %4 ").arg(r.left()).arg(r.top()).arg(r.width()).arg(r.height());
updateStatusBar();
- kapp->processEvents();
+ tdeApp->processEvents();
}
TDEApplication* KImageMapEditor::app() const
{
- return kapp;
+ return tdeApp;
}