summaryrefslogtreecommitdiffstats
path: root/tdespell2/tests
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:17:18 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:17:18 -0600
commit8bd62a3b0d3b362b783a273e2460811392485bbd (patch)
tree908bded302457ea012474f3a52d67fb9cfce99c3 /tdespell2/tests
parentd8ece7c070ff053c8a429d4a7d7a14d4b8c107b3 (diff)
downloadtdelibs-8bd62a3b0d3b362b783a273e2460811392485bbd.tar.gz
tdelibs-8bd62a3b0d3b362b783a273e2460811392485bbd.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'tdespell2/tests')
-rw-r--r--tdespell2/tests/backgroundtest.cpp2
-rw-r--r--tdespell2/tests/test.cpp2
-rw-r--r--tdespell2/tests/test_config.cpp2
-rw-r--r--tdespell2/tests/test_configdialog.cpp2
-rw-r--r--tdespell2/tests/test_dialog.cpp2
-rw-r--r--tdespell2/tests/test_filter.cpp2
-rw-r--r--tdespell2/tests/test_highlighter.cpp2
7 files changed, 7 insertions, 7 deletions
diff --git a/tdespell2/tests/backgroundtest.cpp b/tdespell2/tests/backgroundtest.cpp
index 14f9e029d..92c7e7792 100644
--- a/tdespell2/tests/backgroundtest.cpp
+++ b/tdespell2/tests/backgroundtest.cpp
@@ -24,7 +24,7 @@
#include "broker.h"
using namespace KSpell2;
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
const char *text = "Rationale \
diff --git a/tdespell2/tests/test.cpp b/tdespell2/tests/test.cpp
index e8ceabaf7..b68dbee42 100644
--- a/tdespell2/tests/test.cpp
+++ b/tdespell2/tests/test.cpp
@@ -21,7 +21,7 @@
#include "broker.h"
#include "dictionary.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
#include <tqdatetime.h>
diff --git a/tdespell2/tests/test_config.cpp b/tdespell2/tests/test_config.cpp
index 2d243bd46..c3c5ec740 100644
--- a/tdespell2/tests/test_config.cpp
+++ b/tdespell2/tests/test_config.cpp
@@ -20,7 +20,7 @@
*/
#include "configdialog.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
using namespace KSpell2;
diff --git a/tdespell2/tests/test_configdialog.cpp b/tdespell2/tests/test_configdialog.cpp
index a9ff16cdd..4e3b560e9 100644
--- a/tdespell2/tests/test_configdialog.cpp
+++ b/tdespell2/tests/test_configdialog.cpp
@@ -21,7 +21,7 @@
#include "configdialog.h"
#include "broker.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
using namespace KSpell2;
diff --git a/tdespell2/tests/test_dialog.cpp b/tdespell2/tests/test_dialog.cpp
index 19503e307..d6441bde6 100644
--- a/tdespell2/tests/test_dialog.cpp
+++ b/tdespell2/tests/test_dialog.cpp
@@ -25,7 +25,7 @@
#include "dictionary.h"
#include "filter.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
using namespace KSpell2;
diff --git a/tdespell2/tests/test_filter.cpp b/tdespell2/tests/test_filter.cpp
index 430f157dd..a1fcb670c 100644
--- a/tdespell2/tests/test_filter.cpp
+++ b/tdespell2/tests/test_filter.cpp
@@ -21,7 +21,7 @@
#include "filter.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
using namespace KSpell2;
diff --git a/tdespell2/tests/test_highlighter.cpp b/tdespell2/tests/test_highlighter.cpp
index c11972254..3f7c253e4 100644
--- a/tdespell2/tests/test_highlighter.cpp
+++ b/tdespell2/tests/test_highlighter.cpp
@@ -22,7 +22,7 @@
#include "dictionary.h"
#include "filter.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
#include <tqtextedit.h>