diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-02-06 15:49:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-02-06 15:49:31 +0900 |
commit | a41a034902bb3aa75db4524978a174353b5de2fe (patch) | |
tree | e05d193b949e08d0aa3597f7f9d8715882c79687 /src/tools | |
parent | 859958033dcb5ba82c6fb9eecea720f107d20109 (diff) | |
download | tqt3-a41a034902bb3aa75db4524978a174353b5de2fe.tar.gz tqt3-a41a034902bb3aa75db4524978a174353b5de2fe.zip |
Moved iconview widget to src/widget folders.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/ntqglobal.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tools/ntqglobal.h b/src/tools/ntqglobal.h index 7b54c340a..db41468f1 100644 --- a/src/tools/ntqglobal.h +++ b/src/tools/ntqglobal.h @@ -791,12 +791,6 @@ class TQDataStream; #ifndef TQT_MODULE_DIALOGS # define QT_NO_DIALOG #endif -#ifndef TQT_MODULE_ICONVIEW -# define QT_NO_ICONVIEW -#endif -#ifndef TQT_MODULE_WORKSPACE -# define QT_NO_WORKSPACE -#endif #ifndef TQT_MODULE_NETWORK #define QT_NO_NETWORK #endif |