From 011fb5e140cb206583e10857b82a6846a1906eab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 1 Jan 2020 19:47:23 +0100 Subject: [PATCH] Fix inadvertently renamed Docking => TQt::Docking. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- akregator/src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akregator/src/mainwindow.cpp b/akregator/src/mainwindow.cpp index 6cf6ad51..c4e47338 100644 --- a/akregator/src/mainwindow.cpp +++ b/akregator/src/mainwindow.cpp @@ -265,7 +265,7 @@ bool MainWindow::queryClose() // Associate source to image and show the dialog: TQMimeSourceFactory::defaultFactory()->setPixmap("systray_shot", shot); - KMessageBox::information(this, i18n( "

Closing the main window will keep Akregator running in the system tray. Use 'Quit' from the 'File' menu to quit the application.

" ), i18n( "TQt::Docking in System Tray" ), "hideOnCloseInfo"); + KMessageBox::information(this, i18n( "

Closing the main window will keep Akregator running in the system tray. Use 'Quit' from the 'File' menu to quit the application.

" ), i18n( "Docking in System Tray" ), "hideOnCloseInfo"); hide(); return false; }