summaryrefslogtreecommitdiffstats
path: root/src/tools/qlibrary_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qlibrary_p.h')
-rw-r--r--src/tools/qlibrary_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qlibrary_p.h b/src/tools/qlibrary_p.h
index c494f16a..0a687b1c 100644
--- a/src/tools/qlibrary_p.h
+++ b/src/tools/qlibrary_p.h
@@ -66,7 +66,7 @@ class TQLibraryPrivate
public:
TQLibraryPrivate( TQLibrary *lib );
-#ifdef Q_WS_WIN
+#ifdef TQ_WS_WIN
HINSTANCE pHnd;
#else
void *pHnd;