diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-01-01 19:47:23 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-01-01 19:47:48 +0100 |
commit | c089b87f26bab5e9e4fa42e5b4e14b8e9a4b6813 (patch) | |
tree | 26223e94921866ba3e5b86446aa17997506ee381 | |
parent | 13e8519bd7e5b3e242465ba72db40599373094d5 (diff) | |
download | tdepim-c089b87f26bab5e9e4fa42e5b4e14b8e9a4b6813.tar.gz tdepim-c089b87f26bab5e9e4fa42e5b4e14b8e9a4b6813.zip |
Fix inadvertently renamed Docking => TQt::Docking.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 011fb5e140cb206583e10857b82a6846a1906eab)
-rw-r--r-- | akregator/src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/mainwindow.cpp b/akregator/src/mainwindow.cpp index 6cf6ad51f..c4e47338a 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( "<qt><p>Closing the main window will keep Akregator running in the system tray. Use 'Quit' from the 'File' menu to quit the application.</p><p><center><img source=\"systray_shot\"></center></p></qt>" ), i18n( "TQt::Docking in System Tray" ), "hideOnCloseInfo"); + KMessageBox::information(this, i18n( "<qt><p>Closing the main window will keep Akregator running in the system tray. Use 'Quit' from the 'File' menu to quit the application.</p><p><center><img source=\"systray_shot\"></center></p></qt>" ), i18n( "Docking in System Tray" ), "hideOnCloseInfo"); hide(); return false; } |