summaryrefslogtreecommitdiffstats
path: root/lib/pilotLocalDatabase.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pilotLocalDatabase.cc')
-rw-r--r--lib/pilotLocalDatabase.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/pilotLocalDatabase.cc b/lib/pilotLocalDatabase.cc
index 9c3bbc0..91e0047 100644
--- a/lib/pilotLocalDatabase.cc
+++ b/lib/pilotLocalDatabase.cc
@@ -182,9 +182,9 @@ bool PilotLocalDatabase::createDatabase(long creator, long type, int, int flags,
fDBInfo.version=version;
fDBInfo.modnum=0;
fDBInfo.index=0;
- fDBInfo.createDate=(TQDateTime::tqcurrentDateTime()).toTime_t();
- fDBInfo.modifyDate=(TQDateTime::tqcurrentDateTime()).toTime_t();
- fDBInfo.backupDate=(TQDateTime::tqcurrentDateTime()).toTime_t();
+ fDBInfo.createDate=(TQDateTime::currentDateTime()).toTime_t();
+ fDBInfo.modifyDate=(TQDateTime::currentDateTime()).toTime_t();
+ fDBInfo.backupDate=(TQDateTime::currentDateTime()).toTime_t();
delete[] fAppInfo;
fAppInfo=0L;