diff options
Diffstat (limited to 'korganizer/timezone.cpp')
-rw-r--r-- | korganizer/timezone.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korganizer/timezone.cpp b/korganizer/timezone.cpp index 8fdfcae21..d95ae3cf6 100644 --- a/korganizer/timezone.cpp +++ b/korganizer/timezone.cpp @@ -23,7 +23,7 @@ */ #include <time.h> -#include <qdatetime.h> +#include <tqdatetime.h> #include <kaboutdata.h> #include <kapplication.h> @@ -53,9 +53,9 @@ int main(int argc,char **argv) kdDebug(5850) << "tzname: " << tzname[0] << " " << tzname[1] << endl; kdDebug(5850) << "timezone: " << timezone/3600 << endl; - QTime qtime = QTime::currentTime(); + TQTime qtime = TQTime::currentTime(); - kdDebug(5850) << "QDateTime::currentTime(): " + kdDebug(5850) << "TQDateTime::currentTime(): " << qtime.toString( Qt::ISODate ) << endl; kdDebug(5850) << "KLocale::formatTime(): " |