summaryrefslogtreecommitdiffstats
path: root/tdeparts/tests/normalktm.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeparts/tests/normalktm.h')
-rw-r--r--tdeparts/tests/normalktm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeparts/tests/normalktm.h b/tdeparts/tests/normalktm.h
index 26a93a52a..7183690f0 100644
--- a/tdeparts/tests/normalktm.h
+++ b/tdeparts/tests/normalktm.h
@@ -5,10 +5,10 @@
#include <tdeparts/part.h>
#include <kmainwindow.h>
-class KAction;
+class TDEAction;
class TQWidget;
-class Shell : public KMainWindow
+class Shell : public TDEMainWindow
{
Q_OBJECT
public:
@@ -26,8 +26,8 @@ protected:
private:
- KAction * m_paEditFile;
- KAction * m_paCloseEditor;
+ TDEAction * m_paEditFile;
+ TDEAction * m_paCloseEditor;
KParts::ReadOnlyPart *m_part1;
KParts::Part *m_part2;