diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-08 21:59:07 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-08 21:59:07 -0600 |
| commit | 2ae2f3f719ab9316eb2addef265c78ab81327516 (patch) | |
| tree | 58511ab39204ff6a35f45f892cf3510c9aba0174 /tools/designer/shared/domtool.h | |
| parent | e9c23befee596e80f840ff9a1a1a3b849972f211 (diff) | |
| download | tqt-2ae2f3f719ab9316eb2addef265c78ab81327516.tar.gz tqt-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/shared/domtool.h b/tools/designer/shared/domtool.h index 5f9211b6f..e8f38b3f8 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 ); |
