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/kmixerwidget.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/kmixerwidget.h')
-rw-r--r-- | kmix/kmixerwidget.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kmix/kmixerwidget.h b/kmix/kmixerwidget.h index 03e3195e..e07808b6 100644 --- a/kmix/kmixerwidget.h +++ b/kmix/kmixerwidget.h @@ -30,7 +30,7 @@ class TQString; class TQGridLayout; #include <kpanelapplet.h> -class KPopupMenu; +class TDEPopupMenu; #include "mixer.h" #include "mixdevicewidget.h" @@ -40,8 +40,8 @@ class TQSlider; // KDE -class KActionCollection; -class KActionMenu; +class TDEActionCollection; +class TDEActionMenu; class TDEConfig; class KTabWidget; @@ -73,7 +73,7 @@ class KMixerWidget : public TQWidget int id() const { return m_id; }; - KActionCollection* getActionCollection() const { return 0; /* m_actions; */ } + TDEActionCollection* getActionCollection() const { return 0; /* m_actions; */ } signals: void masterMuted( bool ); @@ -104,7 +104,7 @@ class KMixerWidget : public TQWidget std::vector<ViewBase*> _views; int m_id; - KActionMenu *m_toggleMixerChannels; + TDEActionMenu *m_toggleMixerChannels; bool _iconsEnabled; bool _labelsEnabled; |