From a969c8d9e57cb96c221380b29a134216a6f51464 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 17 Mar 2013 08:29:53 +0000 Subject: fixed playlist format header git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3318 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistformat.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/qmmpui/playlistformat.h b/src/qmmpui/playlistformat.h index a2dd2ee10..222425924 100644 --- a/src/qmmpui/playlistformat.h +++ b/src/qmmpui/playlistformat.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2012 by Ilya Kotov * + * Copyright (C) 2006-2013 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -18,8 +18,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef _PALYLISTFORMAT_H -#define _PALYLISTFORMAT_H +#ifndef PALYLISTFORMAT_H +#define PALYLISTFORMAT_H + #include class PlayListItem; @@ -60,6 +61,6 @@ public: virtual QString encode(const QList& contents) = 0; }; -Q_DECLARE_INTERFACE(PlayListFormat,"PlayListFormatInterface/1.0") +Q_DECLARE_INTERFACE(PlayListFormat,"PlayListFormat/1.0") #endif -- cgit v1.2.3-13-gbd6f