summaryrefslogtreecommitdiffstats
path: root/src/systemtray.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemtray.cpp')
-rw-r--r--src/systemtray.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemtray.cpp b/src/systemtray.cpp
index 21323b4..842608f 100644
--- a/src/systemtray.cpp
+++ b/src/systemtray.cpp
@@ -185,12 +185,12 @@ void KSystemTray2::displayCloseMessage(TQString fileMenu)
// Associate source to image and show the dialog:
TQMimeSourceFactory::defaultFactory()->setPixmap("systray_shot", finalShot);
- KMessageBox::information(TQT_TQWIDGET(kapp->activeWindow()),
+ KMessageBox::information(kapp->activeWindow(),
message + "<p><center><img source=\"systray_shot\"></center></p>",
i18n("Docking in System Tray"), "hideOnCloseInfo");
TQMimeSourceFactory::defaultFactory()->setData("systray_shot", 0L);
} else {
- KMessageBox::information(TQT_TQWIDGET(kapp->activeWindow()),
+ KMessageBox::information(kapp->activeWindow(),
message,
i18n("Docking in System Tray"), "hideOnCloseInfo");
}