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/mixdevicewidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmix/mixdevicewidget.cpp') diff --git a/kmix/mixdevicewidget.cpp b/kmix/mixdevicewidget.cpp index 19b20514..979708ea 100644 --- a/kmix/mixdevicewidget.cpp +++ b/kmix/mixdevicewidget.cpp @@ -58,7 +58,7 @@ MixDeviceWidget::MixDeviceWidget(Mixer *mixer, MixDevice* md, TQWidget( parent, name ), m_mixer(mixer), m_mixdevice( md ), m_mixerwidget( mw ), m_disabled( false ), _orientation( orientation ), m_small( small ) { - _mdwActions = new KActionCollection( this ); + _mdwActions = new TDEActionCollection( this ); m_keys = new TDEGlobalAccel( TQT_TQOBJECT(this), "Keys" ); } @@ -67,7 +67,7 @@ MixDeviceWidget::~MixDeviceWidget() } -void MixDeviceWidget::addActionToPopup( KAction *action ) +void MixDeviceWidget::addActionToPopup( TDEAction *action ) { _mdwActions->insert( action ); } -- cgit v1.2.1