summaryrefslogtreecommitdiffstats
path: root/keep/app/keepmainwindow.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:36:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:36:27 -0600
commit5d2012b655a8372ef75f76bc2a4f2f39e9e384ef (patch)
tree8be060f489b07d7967d09de7133b58e0bb8077ed /keep/app/keepmainwindow.cpp
parentd4e451a0473e72da9b344e196f2996695ecea04d (diff)
downloadkeep-5d2012b655a8372ef75f76bc2a4f2f39e9e384ef.tar.gz
keep-5d2012b655a8372ef75f76bc2a4f2f39e9e384ef.zip
Remove additional unneeded tq method conversions
Diffstat (limited to 'keep/app/keepmainwindow.cpp')
-rw-r--r--keep/app/keepmainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/keep/app/keepmainwindow.cpp b/keep/app/keepmainwindow.cpp
index fcd1cb2..b23e28b 100644
--- a/keep/app/keepmainwindow.cpp
+++ b/keep/app/keepmainwindow.cpp
@@ -125,7 +125,7 @@ void KeepMainWindow::slotCheckRDB()
{
RDBManager manager;
if ( manager.isRDB() )
- KMessageBox::information(this, i18n("<b>The application rdiff-backup has been detected on your system.</b><br><br> You're running version %1 of rdiff-backup.").tqarg(manager.RDBVersion()));
+ KMessageBox::information(this, i18n("<b>The application rdiff-backup has been detected on your system.</b><br><br> You're running version %1 of rdiff-backup.").arg(manager.RDBVersion()));
else
KMessageBox::error(this,i18n("<b>The application rdiff-backup has not been detected on your system.</b><br><br>If rdiff-backup is not installed, Keep will not be able to make backups. To fix this problem, install rdiff-backup on your system."));