Small fixes for making current CVS-version compilable

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@21 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2005-10-26 11:06:36 +00:00
parent 40d8b3c4f6
commit da6b2e1904
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
// don't know why following line is neccessary, it's a bug in qt-headers -
// otherwise LMMS sometimes fails to compile
//#include <qmap.h>
#include <qmap.h>
#include <qglobal.h>
//#include <qpair.h>

View File

@@ -34,8 +34,8 @@
#else
#include <qwidget.h>
#include <qmap.h>
#include <qwidget.h>
#include "spc_bg_hndl_widget.h"