From 74afcc2d9356fef5dbd25f4e7aaabb021c0bfc29 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 7 Mar 2012 20:04:51 +0000 Subject: some volume api changes git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2673 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Output/alsa/outputalsafactory.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/Output/alsa/outputalsafactory.cpp') diff --git a/src/plugins/Output/alsa/outputalsafactory.cpp b/src/plugins/Output/alsa/outputalsafactory.cpp index dcd003cb0..4553110c7 100644 --- a/src/plugins/Output/alsa/outputalsafactory.cpp +++ b/src/plugins/Output/alsa/outputalsafactory.cpp @@ -40,9 +40,9 @@ Output* OutputALSAFactory::create(QObject* parent) return new OutputALSA(parent); } -VolumeControl *OutputALSAFactory::createVolumeControl(QObject *parent) +Volume *OutputALSAFactory::createVolume() { - return new VolumeControlALSA(parent); + return new VolumeALSA(); } void OutputALSAFactory::showSettings(QWidget* parent) -- cgit v1.2.3-13-gbd6f