summaryrefslogtreecommitdiffstats
path: root/ksokoban/ModalLabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksokoban/ModalLabel.cpp')
-rw-r--r--ksokoban/ModalLabel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksokoban/ModalLabel.cpp b/ksokoban/ModalLabel.cpp
index 6d8b40d9..3fd244ee 100644
--- a/ksokoban/ModalLabel.cpp
+++ b/ksokoban/ModalLabel.cpp
@@ -108,7 +108,7 @@ ModalLabel::eventFilter (TQObject *, TQEvent *e) {
void
ModalLabel::message (const TQString &text, TQWidget *parent) {
- KApplication *app = KApplication::kApplication ();
+ TDEApplication *app = TDEApplication::kApplication ();
ModalLabel cl (text, parent);
while (!cl.completed_) app->processOneEvent ();