diff options
Diffstat (limited to 'src/tools/ntqgdict.h')
-rw-r--r-- | src/tools/ntqgdict.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/ntqgdict.h b/src/tools/ntqgdict.h index ace621ab..c3f8fb36 100644 --- a/src/tools/ntqgdict.h +++ b/src/tools/ntqgdict.h @@ -104,7 +104,7 @@ private: }; -class Q_EXPORT TQGDict : public TQPtrCollection // generic dictionary class +class TQ_EXPORT TQGDict : public TQPtrCollection // generic dictionary class { public: uint count() const { return numItems; } @@ -167,7 +167,7 @@ private: }; -class Q_EXPORT TQGDictIterator // generic dictionary iterator +class TQ_EXPORT TQGDictIterator // generic dictionary iterator { friend class TQGDict; public: |