seperate equalizer.* into equalizerwindow.* and equalizerwidget.*

clean up some headers
This commit is contained in:
Thomas Frauendorfer 2008-02-01 05:57:13 +01:00
parent a228d7a01b
commit 67dade4e4b
15 changed files with 159 additions and 100 deletions

View file

@ -14,6 +14,8 @@
* GNU General Public License for more details.
*/
#include "XMMSHandler.h"
#include "mainwindow.h"
#include "BrowseDialog.h"
#include "playlistwindow.h"

View file

@ -14,8 +14,8 @@
* GNU General Public License for more details.
*/
#ifndef _PLAYLISTWINDOW_
#define _PLAYLISTWINDOW_
#ifndef __PLAYLISTWINDOW_H__
#define __PLAYLISTWINDOW_H__
// Qt classes
#include <QMainWindow>
@ -72,4 +72,4 @@ class PlaylistWindow : public QMainWindow {
};
#endif // _PLAYLISTWINDOW_
#endif // __PLAYLISTWINDOW_H__