summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-25 20:07:10 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-25 20:07:10 -0600
commit336d563830cd5f9f1f9abdce20db839d06431168 (patch)
tree86f27d9e06a5be66d94fa1dcf6700cfba279fb29
parent1f3965029290616c894f2d5e668ddfbd5795d6a0 (diff)
downloadqt3-336d5638.tar.gz
qt3-336d5638.zip
Export QAuServer for tdebindings
-rw-r--r--src/kernel/qsound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/qsound.h b/src/kernel/qsound.h
index df5220b..d81d41f 100644
--- a/src/kernel/qsound.h
+++ b/src/kernel/qsound.h
@@ -101,7 +101,7 @@ public:
virtual ~QAuBucket();
};
-class QAuServer : public QObject {
+class Q_EXPORT QAuServer : public QObject {
Q_OBJECT
public: