summaryrefslogtreecommitdiffstats
path: root/tdeparts/tests/example.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeparts/tests/example.h')
-rw-r--r--tdeparts/tests/example.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeparts/tests/example.h b/tdeparts/tests/example.h
index b4bdead61..76541437d 100644
--- a/tdeparts/tests/example.h
+++ b/tdeparts/tests/example.h
@@ -5,7 +5,7 @@
#include <tdeparts/partmanager.h>
#include <tdeparts/mainwindow.h>
-class KAction;
+class TDEAction;
class TQWidget;
class Shell : public KParts::MainWindow
@@ -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;