diff options
Diffstat (limited to 'kmix/mdwswitch.h')
-rw-r--r-- | kmix/mdwswitch.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmix/mdwswitch.h b/kmix/mdwswitch.h index d584bda4..e7759546 100644 --- a/kmix/mdwswitch.h +++ b/kmix/mdwswitch.h @@ -37,8 +37,8 @@ class TQPopupMenu; class TQSlider; class KLedButton; -class KAction; -class KActionCollection; +class TDEAction; +class TDEActionCollection; class KSmallSlider; class TDEGlobalAccel; @@ -60,7 +60,7 @@ public: TQWidget* parent = 0, ViewBase* mw = 0, const char* name = 0); ~MDWSwitch(); - void addActionToPopup( KAction *action ); + void addActionToPopup( TDEAction *action ); TQSize sizeHint() const; void setBackgroundMode(BackgroundMode m); bool eventFilter( TQObject* obj, TQEvent* e ); |