diff options
Diffstat (limited to 'src/tools/qcomlibrary_p.h')
-rw-r--r-- | src/tools/qcomlibrary_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qcomlibrary_p.h b/src/tools/qcomlibrary_p.h index 8d53e2952..f738aff52 100644 --- a/src/tools/qcomlibrary_p.h +++ b/src/tools/qcomlibrary_p.h @@ -58,7 +58,7 @@ #ifndef TQT_NO_COMPONENT -class Q_EXPORT TQComLibrary : public TQLibrary +class TQ_EXPORT TQComLibrary : public TQLibrary { public: TQComLibrary( const TQString &filename ); |