diff options
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 ); |