aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2014-02-05 06:41:11 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2014-02-05 06:41:11 +0000
commit94878265e1bfbcaccc1c2bd118fe18eb9c0cebee (patch)
treee8ef68eccd82152b4f51e9a346666c69e5b077bc /src/plugins
parentdf694962a17e3c845958bbc93b9133a70ca79def (diff)
downloadqmmp-94878265e1bfbcaccc1c2bd118fe18eb9c0cebee.tar.gz
qmmp-94878265e1bfbcaccc1c2bd118fe18eb9c0cebee.tar.bz2
qmmp-94878265e1bfbcaccc1c2bd118fe18eb9c0cebee.zip
fixed waveout header
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4062 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/Output/waveout/outputwaveoutfactory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/Output/waveout/outputwaveoutfactory.h b/src/plugins/Output/waveout/outputwaveoutfactory.h
index 86cc1014d..f7654dbe1 100644
--- a/src/plugins/Output/waveout/outputwaveoutfactory.h
+++ b/src/plugins/Output/waveout/outputwaveoutfactory.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2009-2012 by Ilya Kotov *
+ * Copyright (C) 2009-2014 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -17,8 +17,8 @@
* Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
-#ifndef OUTPUTPULSEAUDIOFACTORY_H
-#define OUTPUTPULSEAUDIOFACTORY_H
+#ifndef OUTPUTWAVEOUTFACTORY_H
+#define OUTPUTWAVEOUTFACTORY_H
#include <QObject>
#include <QString>