summaryrefslogtreecommitdiffstats
path: root/tools/designer/shared/domtool.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-08 21:59:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-08 21:59:07 -0600
commit2ae2f3f719ab9316eb2addef265c78ab81327516 (patch)
tree58511ab39204ff6a35f45f892cf3510c9aba0174 /tools/designer/shared/domtool.h
parente9c23befee596e80f840ff9a1a1a3b849972f211 (diff)
downloadtqt3-2ae2f3f719ab9316eb2addef265c78ab81327516.tar.gz
tqt3-2ae2f3f719ab9316eb2addef265c78ab81327516.zip
Update tqt3 to support gcc visibility
This closes Bug 696
Diffstat (limited to 'tools/designer/shared/domtool.h')
-rw-r--r--tools/designer/shared/domtool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/shared/domtool.h b/tools/designer/shared/domtool.h
index 5f9211b6..e8f38b3f 100644
--- a/tools/designer/shared/domtool.h
+++ b/tools/designer/shared/domtool.h
@@ -40,7 +40,7 @@
class TQDomElement;
class TQDomDocument;
-class DomTool : public TQt
+class Q_EXPORT DomTool : public TQt
{
public:
static TQVariant readProperty( const TQDomElement& e, const TQString& name, const TQVariant& defValue );