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/kmixerwidget.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kmix/kmixerwidget.h') 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 -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 _views; int m_id; - KActionMenu *m_toggleMixerChannels; + TDEActionMenu *m_toggleMixerChannels; bool _iconsEnabled; bool _labelsEnabled; -- cgit v1.2.1