summaryrefslogtreecommitdiffstats
path: root/akregator
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-01-01 19:47:23 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-01-01 19:47:23 +0100
commit011fb5e140cb206583e10857b82a6846a1906eab (patch)
treea4f569370fadc53e2b8752cc69d13d65c0f061d6 /akregator
parentf4be3a6e1932ae9e77e2ad971d709d5d17ef993b (diff)
downloadtdepim-011fb5e140cb206583e10857b82a6846a1906eab.tar.gz
tdepim-011fb5e140cb206583e10857b82a6846a1906eab.zip
Fix inadvertently renamed Docking => TQt::Docking.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'akregator')
-rw-r--r--akregator/src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
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( "<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;
}