summaryrefslogtreecommitdiffstats
path: root/kbugbuster/backend
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:19:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:19:07 -0600
commit19cea58302be2d15b10b106c80ff82f7b5a2fa79 (patch)
treea3e30cb6598f0306bc1974b673c843b992ae6aec /kbugbuster/backend
parentd5f82ed01c915a5480e07f2e9055013a266d82bb (diff)
downloadtdesdk-19cea58302be2d15b10b106c80ff82f7b5a2fa79.tar.gz
tdesdk-19cea58302be2d15b10b106c80ff82f7b5a2fa79.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'kbugbuster/backend')
-rw-r--r--kbugbuster/backend/mailsender.cpp2
-rw-r--r--kbugbuster/backend/smtp.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kbugbuster/backend/mailsender.cpp b/kbugbuster/backend/mailsender.cpp
index 9c94d669..239b9dab 100644
--- a/kbugbuster/backend/mailsender.cpp
+++ b/kbugbuster/backend/mailsender.cpp
@@ -12,7 +12,7 @@
#include <kdebug.h>
#include <kmessagebox.h>
#include <kurl.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
#include <kprocess.h>
diff --git a/kbugbuster/backend/smtp.cpp b/kbugbuster/backend/smtp.cpp
index b9211cbb..438a03e5 100644
--- a/kbugbuster/backend/smtp.cpp
+++ b/kbugbuster/backend/smtp.cpp
@@ -12,7 +12,7 @@
#include <tqtextstream.h>
#include <tqsocket.h>
#include <tqtimer.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kmessagebox.h>
#include <klocale.h>