summaryrefslogtreecommitdiffstats
path: root/kmix/mdwenum.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmix/mdwenum.h')
-rw-r--r--kmix/mdwenum.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmix/mdwenum.h b/kmix/mdwenum.h
index b25b116b..30e3b1a4 100644
--- a/kmix/mdwenum.h
+++ b/kmix/mdwenum.h
@@ -28,8 +28,8 @@
class TQBoxLayout;
-class KAction;
-class KActionCollection;
+class TDEAction;
+class TDEActionCollection;
class KComboBox;
class TDEGlobalAccel;
@@ -50,7 +50,7 @@ public:
TQWidget* parent = 0, ViewBase* mw = 0, const char* name = 0);
~MDWEnum();
- void addActionToPopup( KAction *action );
+ void addActionToPopup( TDEAction *action );
TQSize sizeHint() const;
bool eventFilter( TQObject* obj, TQEvent* e );