summaryrefslogtreecommitdiffstats
path: root/example/example_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'example/example_view.h')
-rw-r--r--example/example_view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/example_view.h b/example/example_view.h
index 30ff91327..527fe9a41 100644
--- a/example/example_view.h
+++ b/example/example_view.h
@@ -22,7 +22,7 @@
#include <KoView.h>
-class KAction;
+class TDEAction;
class TQPaintEvent;
class ExamplePart;
@@ -44,7 +44,7 @@ protected:
virtual void updateReadWrite( bool readwrite );
private:
- //KAction* m_cut;
+ //TDEAction* m_cut;
};
#endif