summaryrefslogtreecommitdiffstats
path: root/keep/app/keepmainwindow.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:56:06 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:56:06 -0600
commit6c289b906a48baf8926cd6437b03250e759a1d51 (patch)
treec29c075e84bed2bfac88ac60691f0c5f5fe49fed /keep/app/keepmainwindow.cpp
parent73c1bab601492494d8e3b503f83cdcfc4914bb51 (diff)
downloadkeep-6c289b906a48baf8926cd6437b03250e759a1d51.tar.gz
keep-6c289b906a48baf8926cd6437b03250e759a1d51.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 73c1bab601492494d8e3b503f83cdcfc4914bb51.
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 efcabd2..24d5e7e 100644
--- a/keep/app/keepmainwindow.cpp
+++ b/keep/app/keepmainwindow.cpp
@@ -19,7 +19,7 @@
#include "keepmainwindow.h"
#include <tqcolor.h>
-#include <layout.h>
+#include <tqlayout.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( minimumSizeHint() );
+ resize( tqminimumSizeHint() );
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.").arg(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.").tqarg(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."));