summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2015-02-06 15:58:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2015-02-06 15:58:53 +0900
commita0a411065dc5a258e44bab5ab53130036574c177 (patch)
treedf6d23dd0d51f4f301ea0bbc98fa2ebefac1383d /src/tools
parent8b9ae3fbf85093ffc3470654630ca76a25b599ad (diff)
downloadqt3-a0a411065dc5a258e44bab5ab53130036574c177.tar.gz
qt3-a0a411065dc5a258e44bab5ab53130036574c177.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/qglobal.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tools/qglobal.h b/src/tools/qglobal.h
index a62d19a..62de654 100644
--- a/src/tools/qglobal.h
+++ b/src/tools/qglobal.h
@@ -789,12 +789,6 @@ class QDataStream;
#ifndef QT_MODULE_DIALOGS
# define QT_NO_DIALOG
#endif
-#ifndef QT_MODULE_ICONVIEW
-# define QT_NO_ICONVIEW
-#endif
-#ifndef QT_MODULE_WORKSPACE
-# define QT_NO_WORKSPACE
-#endif
#ifndef QT_MODULE_NETWORK
#define QT_NO_NETWORK
#endif