added STK support to win32 version of LMMS (stable backport)

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms/stable-0.4@1954 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-12-17 23:26:47 +00:00
parent 95729de5ee
commit 1c7efe8696
7 changed files with 23 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: