summaryrefslogtreecommitdiffstats
path: root/tdeparts/tests/normalktm.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:13:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:13:01 -0600
commitdeac2ca49faed824fe83066080714eb6d653615b (patch)
tree8b5bf97c5acaaf5285985b87fa76dbea0f35e4fa /tdeparts/tests/normalktm.h
parent0c9d97065a3d6ceb12d687555a1a33d90db96238 (diff)
downloadtdelibs-deac2ca49faed824fe83066080714eb6d653615b.tar.gz
tdelibs-deac2ca49faed824fe83066080714eb6d653615b.zip
Rename a number of classes to enhance compatibility with KDE4
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;