summaryrefslogtreecommitdiffstats
path: root/keep/app/keepmainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'keep/app/keepmainwindow.cpp')
-rw-r--r--keep/app/keepmainwindow.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/keep/app/keepmainwindow.cpp b/keep/app/keepmainwindow.cpp
index 24d5e7e..efcabd2 100644
--- a/keep/app/keepmainwindow.cpp
+++ b/keep/app/keepmainwindow.cpp
@@ -19,7 +19,7 @@
#include "keepmainwindow.h"
#include <tqcolor.h>
-#include <tqlayout.h>
+#include <layout.h>
#include <tqvariant.h>
#include <dcopclient.h>
#include <kactioncollection.h>
@@ -63,7 +63,7 @@ KeepMainWindow::KeepMainWindow(TQWidget *parent, const char *name): KMainWindow(
initActions();
initConnections();
- resize( tqminimumSizeHint() );
+ resize( minimumSizeHint() );
createGUI(0L);
@@ -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."));