summaryrefslogtreecommitdiffstats
path: root/src/tools/ntqstrlist.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-13 13:18:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-14 10:35:25 +0900
commiteb42871e999672a8fad5793733c58be05928c8ea (patch)
tree57323eeb0fc8e0f0c30389b23d1aac0870ff3953 /src/tools/ntqstrlist.h
parent440483234fd5d8f29517d9c84b4227db80a90361 (diff)
downloadtqt-eb42871e.tar.gz
tqt-eb42871e.zip
Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1ba13366a7a377d50b9e8df9044ce11d8209f98c)
Diffstat (limited to 'src/tools/ntqstrlist.h')
-rw-r--r--src/tools/ntqstrlist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/ntqstrlist.h b/src/tools/ntqstrlist.h
index 2d278a1e8..2495f55a5 100644
--- a/src/tools/ntqstrlist.h
+++ b/src/tools/ntqstrlist.h
@@ -55,7 +55,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; }
@@ -78,7 +78,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 ) {}