summaryrefslogtreecommitdiffstats
path: root/tdeprint/messagewindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/messagewindow.cpp')
-rw-r--r--tdeprint/messagewindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/messagewindow.cpp b/tdeprint/messagewindow.cpp
index ba3d69c8b..a676e1cd6 100644
--- a/tdeprint/messagewindow.cpp
+++ b/tdeprint/messagewindow.cpp
@@ -65,7 +65,7 @@ void MessageWindow::slotTimer()
if ( !isVisible() )
{
show();
- kapp->processEvents();
+ tdeApp->processEvents();
}
}