summaryrefslogtreecommitdiffstats
path: root/kbugbuster
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
parentd5f82ed01c915a5480e07f2e9055013a266d82bb (diff)
downloadtdesdk-19cea58302be2d15b10b106c80ff82f7b5a2fa79.tar.gz
tdesdk-19cea58302be2d15b10b106c80ff82f7b5a2fa79.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'kbugbuster')
-rw-r--r--kbugbuster/backend/mailsender.cpp2
-rw-r--r--kbugbuster/backend/smtp.cpp2
-rw-r--r--kbugbuster/gui/cwbuglistcontainer.cpp2
-rw-r--r--kbugbuster/gui/kbbmainwindow.h2
-rw-r--r--kbugbuster/main.cpp4
5 files changed, 6 insertions, 6 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>
diff --git a/kbugbuster/gui/cwbuglistcontainer.cpp b/kbugbuster/gui/cwbuglistcontainer.cpp
index 1b3ff878..199b01d5 100644
--- a/kbugbuster/gui/cwbuglistcontainer.cpp
+++ b/kbugbuster/gui/cwbuglistcontainer.cpp
@@ -19,7 +19,7 @@
#include <tqlayout.h>
#include <tqwidgetstack.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kiconloader.h>
#include <tdelistview.h>
#include <klocale.h>
diff --git a/kbugbuster/gui/kbbmainwindow.h b/kbugbuster/gui/kbbmainwindow.h
index 2c99effe..4bf958d7 100644
--- a/kbugbuster/gui/kbbmainwindow.h
+++ b/kbugbuster/gui/kbbmainwindow.h
@@ -16,7 +16,7 @@
#ifndef KBBMAINWINDOW_H
#define KBBMAINWINDOW_H
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kbookmarkmanager.h>
#include <tdemainwindow.h>
#include <tqmap.h>
diff --git a/kbugbuster/main.cpp b/kbugbuster/main.cpp
index f3791570..0c1182b4 100644
--- a/kbugbuster/main.cpp
+++ b/kbugbuster/main.cpp
@@ -19,8 +19,8 @@
#include <config.h>
#endif
-#include <kcmdlineargs.h>
-#include <kaboutdata.h>
+#include <tdecmdlineargs.h>
+#include <tdeaboutdata.h>
#include <klocale.h>
#include <dcopclient.h>