From 50245e3df9d78cdd42e9551fb32a3ea032434b0e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 14 Dec 2023 21:19:09 +0900 Subject: Remove various '#define' strings - part 6 Signed-off-by: Michele Calgaro (cherry picked from commit 7b0920cd4180823f7a42350d1bdb914d697f4b9c) --- src/systemtray.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/systemtray.cpp') 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 + "

", 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"); } -- cgit v1.2.3