summaryrefslogtreecommitdiffstats
path: root/doc/html/qstrlist-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qstrlist-h.html')
-rw-r--r--doc/html/qstrlist-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qstrlist-h.html b/doc/html/qstrlist-h.html
index 5de07fcf..4624cfca 100644
--- a/doc/html/qstrlist-h.html
+++ b/doc/html/qstrlist-h.html
@@ -91,7 +91,7 @@ class TQStrListIterator : public TQPtrListIterator<char>
typedef TQPtrListIterator<char> TQStrListIterator;
#endif
-class Q_EXPORT TQStrList : public TQPtrList<char>
+class TQ_EXPORT TQStrList : public TQPtrList<char>
{
public:
TQStrList( bool deepCopies=TRUE ) { dc = deepCopies; del_item = deepCopies; }
@@ -114,7 +114,7 @@ private:
};
-class Q_EXPORT TQStrIList : public TQStrList // case insensitive string list
+class TQ_EXPORT TQStrIList : public TQStrList // case insensitive string list
{
public:
TQStrIList( bool deepCopies=TRUE ) : TQStrList( deepCopies ) {}