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 d95ae3cf6..3b751b6ab 100644 --- a/korganizer/timezone.cpp +++ b/korganizer/timezone.cpp @@ -18,8 +18,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #include <time.h> @@ -56,7 +56,7 @@ int main(int argc,char **argv) TQTime qtime = TQTime::currentTime(); kdDebug(5850) << "TQDateTime::currentTime(): " - << qtime.toString( Qt::ISODate ) << endl; + << qtime.toString( TQt::ISODate ) << endl; kdDebug(5850) << "KLocale::formatTime(): " << KGlobal::locale()->formatTime( qtime ) << endl; |