diff options
Diffstat (limited to 'src/tools/qcomponentfactory_p.h')
-rw-r--r-- | src/tools/qcomponentfactory_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qcomponentfactory_p.h b/src/tools/qcomponentfactory_p.h index 0c343c74d..89399152f 100644 --- a/src/tools/qcomponentfactory_p.h +++ b/src/tools/qcomponentfactory_p.h @@ -59,7 +59,7 @@ #ifndef TQT_NO_COMPONENT -class Q_EXPORT TQComponentFactory +class TQ_EXPORT TQComponentFactory { public: static TQRESULT createInstance( const TQString &cid, const TQUuid &iid, TQUnknownInterface** instance, TQUnknownInterface *outer = 0 ); |