summaryrefslogtreecommitdiffstats
path: root/keep/app/restorebackupwizard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'keep/app/restorebackupwizard.cpp')
-rw-r--r--keep/app/restorebackupwizard.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/keep/app/restorebackupwizard.cpp b/keep/app/restorebackupwizard.cpp
index a29ecb3..c503d44 100644
--- a/keep/app/restorebackupwizard.cpp
+++ b/keep/app/restorebackupwizard.cpp
@@ -118,7 +118,7 @@ void RestoreBackupWizard::slotPage1Changed()
{
RDBManager manager;
TQDateTime lastBackup = manager.lastIncrement(b);
- restoreBackupWizard3View->lblLastBackup->setText(lastBackup.toString(Qt::LocalDate));
+ restoreBackupWizard3View->lblLastBackup->setText(lastBackup.toString(TQt::LocalDate));
TQValueList<TQDateTime> increments = manager.incrementList(b);
if ( increments.size() != 0 )
{
@@ -222,7 +222,7 @@ void RestoreBackupWizard::setupPage3()
restoreBackupWizard3View = new RestoreBackupWizard3View(page3,"restoreBackupWizard3View");
restoreBackupWizard3View->incrementList->setSorting(0,false);
- restoreBackupWizard3View->lblDate->setText(TQDateTime::currentDateTime().toString(Qt::LocalDate));
+ restoreBackupWizard3View->lblDate->setText(TQDateTime::currentDateTime().toString(TQt::LocalDate));
addPage( page3, "Date to restore" );
}