summaryrefslogtreecommitdiffstats
path: root/tdeparts/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tdeparts/tests')
-rw-r--r--tdeparts/tests/example.cpp2
-rw-r--r--tdeparts/tests/ghostview.cpp2
-rw-r--r--tdeparts/tests/normalktm.cpp2
-rw-r--r--tdeparts/tests/normalktm.h2
-rw-r--r--tdeparts/tests/notepad.cpp2
-rw-r--r--tdeparts/tests/parts.cpp2
-rw-r--r--tdeparts/tests/plugin_spellcheck.cpp2
7 files changed, 7 insertions, 7 deletions
diff --git a/tdeparts/tests/example.cpp b/tdeparts/tests/example.cpp
index 34a96a334..0571bf4ad 100644
--- a/tdeparts/tests/example.cpp
+++ b/tdeparts/tests/example.cpp
@@ -11,7 +11,7 @@
#include <kstandarddirs.h>
#include <kapplication.h>
#include <kmessagebox.h>
-#include <kaction.h>
+#include <tdeaction.h>
#include <klocale.h>
Shell::Shell()
diff --git a/tdeparts/tests/ghostview.cpp b/tdeparts/tests/ghostview.cpp
index c365bcfcb..66d6f786a 100644
--- a/tdeparts/tests/ghostview.cpp
+++ b/tdeparts/tests/ghostview.cpp
@@ -1,7 +1,7 @@
#include <kiconloader.h>
#include <kstandarddirs.h>
#include <kapplication.h>
-#include <kaction.h>
+#include <tdeaction.h>
#include <klocale.h>
#include <tdefiledialog.h>
#include <kmessagebox.h>
diff --git a/tdeparts/tests/normalktm.cpp b/tdeparts/tests/normalktm.cpp
index b3907402e..14efbef94 100644
--- a/tdeparts/tests/normalktm.cpp
+++ b/tdeparts/tests/normalktm.cpp
@@ -11,7 +11,7 @@
#include <kstandarddirs.h>
#include <kapplication.h>
#include <kmessagebox.h>
-#include <kaction.h>
+#include <tdeaction.h>
#include <klocale.h>
#include <kmenubar.h>
diff --git a/tdeparts/tests/normalktm.h b/tdeparts/tests/normalktm.h
index 7183690f0..f60d490a6 100644
--- a/tdeparts/tests/normalktm.h
+++ b/tdeparts/tests/normalktm.h
@@ -3,7 +3,7 @@
#define __normalktm_h__
#include <tdeparts/part.h>
-#include <kmainwindow.h>
+#include <tdemainwindow.h>
class TDEAction;
class TQWidget;
diff --git a/tdeparts/tests/notepad.cpp b/tdeparts/tests/notepad.cpp
index f2b43ccda..547cab520 100644
--- a/tdeparts/tests/notepad.cpp
+++ b/tdeparts/tests/notepad.cpp
@@ -11,7 +11,7 @@
#include <kaboutdata.h>
#include <kapplication.h>
#include <kdebug.h>
-#include <kaction.h>
+#include <tdeaction.h>
#include <klocale.h>
#include <kstatusbar.h>
#include <kstandarddirs.h>
diff --git a/tdeparts/tests/parts.cpp b/tdeparts/tests/parts.cpp
index f41063ef9..e765f55e7 100644
--- a/tdeparts/tests/parts.cpp
+++ b/tdeparts/tests/parts.cpp
@@ -15,7 +15,7 @@
#include <kapplication.h>
#include <kdebug.h>
#include <kmessagebox.h>
-#include <kaction.h>
+#include <tdeaction.h>
#include <klocale.h>
Part1::Part1( TQObject *parent, TQWidget * parentWidget )
diff --git a/tdeparts/tests/plugin_spellcheck.cpp b/tdeparts/tests/plugin_spellcheck.cpp
index dcdf33312..73d5b7986 100644
--- a/tdeparts/tests/plugin_spellcheck.cpp
+++ b/tdeparts/tests/plugin_spellcheck.cpp
@@ -1,7 +1,7 @@
#include "notepad.h" // this plugin applies to a notepad part
#include <tqmultilineedit.h>
#include "plugin_spellcheck.h"
-#include <kaction.h>
+#include <tdeaction.h>
#include <kgenericfactory.h>
#include <kmessagebox.h>
#include <klocale.h>