summaryrefslogtreecommitdiffstats
path: root/ark/mainwindow.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:59:52 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-04 03:15:15 +0200
commit632b7d40cf87562965abb5c7dffc1bae509bad2c (patch)
tree65cd81a82890e9be95bf2ad49d1174a36369ff4d /ark/mainwindow.cpp
parent7ee38ebc22d177c8f0f4805d0e8479736ec94f79 (diff)
downloadtdeutils-632b7d40cf87562965abb5c7dffc1bae509bad2c.tar.gz
tdeutils-632b7d40cf87562965abb5c7dffc1bae509bad2c.zip
Remove additional unneeded tq method conversions
(cherry picked from commit 7ea89afa119615e547323a7a482ea7fef8e67029)
Diffstat (limited to 'ark/mainwindow.cpp')
-rw-r--r--ark/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ark/mainwindow.cpp b/ark/mainwindow.cpp
index 005aa92..fc26023 100644
--- a/ark/mainwindow.cpp
+++ b/ark/mainwindow.cpp
@@ -221,7 +221,7 @@ MainWindow::arkAlreadyOpen( const KURL & url )
window_close();
// notify the user what's going on
- KMessageBox::information(0, i18n("The archive %1 is already open and has been raised.\nNote: if the filename does not match, it only means that one of the two is a symbolic link.").tqarg(url.prettyURL()));
+ KMessageBox::information(0, i18n("The archive %1 is already open and has been raised.\nNote: if the filename does not match, it only means that one of the two is a symbolic link.").arg(url.prettyURL()));
return true;
}
return false;