From 522c7294f06d294c77bc1ea7d0dec4b371c43373 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:35:00 -0600 Subject: Remove additional unneeded tq method conversions --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 0e8b5b9..1beee02 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -307,7 +307,7 @@ bool MainWindow::queryClose() bool MainWindow::askForQuit() { - TQString message = i18n("

Do you really want to quit %1?

").tqarg(kapp->aboutData()->programName()); + TQString message = i18n("

Do you really want to quit %1?

").arg(kapp->aboutData()->programName()); if (Settings::useSystray()) message += i18n("

Notice that you do not have to quit the application before ending your KDE session. " "If you end your session while the application is still running, the application will be reloaded the next time you log in.

"); -- cgit v1.2.1