added STK support to win32 version of LMMS

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1953 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-12-17 23:25:54 +00:00
parent 276f1e343c
commit 8b40de7137
7 changed files with 25 additions and 8 deletions

View File

@@ -34,7 +34,7 @@
class comboBox : public QWidget, public intModelView
class EXPORT comboBox : public QWidget, public intModelView
{
Q_OBJECT
public:

View File

@@ -35,7 +35,7 @@
class pixmapLoader;
class comboBoxModel : public intModel
class EXPORT comboBoxModel : public intModel
{
Q_OBJECT
public: