diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:13:25 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:13:25 -0600 |
commit | 940c092f32d40263ad6b24f948eaf4c48b01e99a (patch) | |
tree | f5235b5c44e8aaedd3484a00551e29993d548590 /kmix/mdwswitch.h | |
parent | ced2058eaf8e5af831ebc02812a18937ff7e1de3 (diff) | |
download | tdemultimedia-940c092f32d40263ad6b24f948eaf4c48b01e99a.tar.gz tdemultimedia-940c092f32d40263ad6b24f948eaf4c48b01e99a.zip |
Rename a number of classes to enhance compatibility with KDE4
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 ); |