summaryrefslogtreecommitdiffstats
path: root/src/crashhandler.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-07-27 17:13:06 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-27 18:48:47 +0200
commita915aa74dc1acdd12de97f9d95a848b3b2a17abb (patch)
treef65d926875557195c5f6dd840a517e195eeda20e /src/crashhandler.cpp
parent7c2bc4b5ce4fc1a72868aa949e9ec49fbe2e7931 (diff)
downloadtork-a915aa74dc1acdd12de97f9d95a848b3b2a17abb.tar.gz
tork-a915aa74dc1acdd12de97f9d95a848b3b2a17abb.zip
Initial TDE conversion
Diffstat (limited to 'src/crashhandler.cpp')
-rw-r--r--src/crashhandler.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/crashhandler.cpp b/src/crashhandler.cpp
index 7505f6a..98b3bd6 100644
--- a/src/crashhandler.cpp
+++ b/src/crashhandler.cpp
@@ -14,11 +14,11 @@
#include "torkconfig.h"
#include "crashhandler.h"
-#include <kapplication.h> //invokeMailer()
+#include <tdeapplication.h> //invokeMailer()
#include <kdebug.h> //kdBacktrace()
-#include <kdeversion.h>
-#include <klocale.h>
-#include <ktempfile.h>
+#include <tdeversion.h>
+#include <tdelocale.h>
+#include <tdetempfile.h>
#include <ntqfile.h>
#include <ntqregexp.h>
@@ -95,7 +95,7 @@ namespace torK
"Version: " TORK_VERSION "\n"
"Build date: " __DATE__ "\n"
"CC version: " __VERSION__ "\n" //assuming we're using GCC
- "KDElibs: " KDE_VERSION_STRING "\n"
+ "KDElibs: " TDE_VERSION_STRING "\n"
"TQt: %2\n"
"CPU count: %6\n";