diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-14 21:19:09 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-15 11:44:14 +0900 |
| commit | 50245e3df9d78cdd42e9551fb32a3ea032434b0e (patch) | |
| tree | fc0ca43d4b1e690730e54765a97263c0c25f290e /src/systemtray.cpp | |
| parent | b70474e0dea4405c89c44d798dad759bd7e5d7a9 (diff) | |
| download | basket-50245e3d.tar.gz basket-50245e3d.zip | |
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7b0920cd4180823f7a42350d1bdb914d697f4b9c)
Diffstat (limited to 'src/systemtray.cpp')
| -rw-r--r-- | src/systemtray.cpp | 4 |
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"); } |
