summaryrefslogtreecommitdiffstats
path: root/src/tools/ntqshared.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/ntqshared.h')
-rw-r--r--src/tools/ntqshared.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/ntqshared.h b/src/tools/ntqshared.h
index a556ac20..fbd4dd45 100644
--- a/src/tools/ntqshared.h
+++ b/src/tools/ntqshared.h
@@ -45,7 +45,7 @@
#include "ntqglobal.h"
#endif // QT_H
-struct Q_EXPORT TQShared
+struct TQ_EXPORT TQShared
{
TQShared() : count( 1 ) { }
void ref() { count++; }