diff options
Diffstat (limited to 'kmail/headerstyle.cpp')
-rw-r--r-- | kmail/headerstyle.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/headerstyle.cpp b/kmail/headerstyle.cpp index f7c2973e..8d289056 100644 --- a/kmail/headerstyle.cpp +++ b/kmail/headerstyle.cpp @@ -1,4 +1,4 @@ -/* -*- c++ -*- +/* headerstyle.cpp This file is part of KMail, the KDE mail client. @@ -64,7 +64,7 @@ using namespace KPIM; #include <tqapplication.h> #include <tqregexp.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> namespace KMail { @@ -645,7 +645,7 @@ namespace KMail { // kdDebug() << "FancyHeaderStyle::format() local zone offset (in minutes): " << lzone << endl; - TQTime currTime = TQTime::currentTime( Qt::UTC ); + TQTime currTime = TQTime::currentTime( TQt::UTC ); // kdDebug() << "FancyHeaderStyle::format() current time: " << currTime << endl; |