diff options
Diffstat (limited to 'kmail/headerstyle.cpp')
-rw-r--r-- | kmail/headerstyle.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/headerstyle.cpp b/kmail/headerstyle.cpp index 44f12b38..8d289056 100644 --- a/kmail/headerstyle.cpp +++ b/kmail/headerstyle.cpp @@ -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; |