From 940c092f32d40263ad6b24f948eaf4c48b01e99a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:13:25 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kmix/mdwenum.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmix/mdwenum.h') 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 ); -- cgit v1.2.1