diff options
-rw-r--r-- | src/tools/ntqglobal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/ntqglobal.h b/src/tools/ntqglobal.h index 3a4a833d9..8bc73aed6 100644 --- a/src/tools/ntqglobal.h +++ b/src/tools/ntqglobal.h @@ -780,6 +780,9 @@ class TQString; #ifndef TQT_MODULE_DIALOGS # define TQT_NO_DIALOG #endif +#ifndef TQT_MODULE_WORKSPACE +# define TQT_NO_WORKSPACE +#endif #ifndef TQT_MODULE_NETWORK #define TQT_NO_NETWORK #endif |