diff options
author | Michele Calgaro <[email protected]> | 2023-12-14 21:19:09 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-12-14 21:25:04 +0900 |
commit | 7b0920cd4180823f7a42350d1bdb914d697f4b9c (patch) | |
tree | 642d4c71c1e0b0a060be3119313c682943720363 /src/systemtray.cpp | |
parent | 1a620eed38cfa429508f6ac347e09a694b4adf16 (diff) | |
download | basket-7b0920cd4180823f7a42350d1bdb914d697f4b9c.tar.gz basket-7b0920cd4180823f7a42350d1bdb914d697f4b9c.zip |
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <[email protected]>
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"); } |