seperate equalizer.* into equalizerwindow.* and equalizerwidget.*
clean up some headers
This commit is contained in:
parent
a228d7a01b
commit
67dade4e4b
15 changed files with 159 additions and 100 deletions
|
@ -14,6 +14,8 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include "XMMSHandler.h"
|
||||
|
||||
#include "mainwindow.h"
|
||||
#include "BrowseDialog.h"
|
||||
#include "playlistwindow.h"
|
||||
|
|
|
@ -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__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue