diff options
author | Timothy Pearson <[email protected]> | 2011-07-17 19:18:53 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-07-17 19:18:53 -0500 |
commit | 07cb0159c03c6b24b1088c95ab3bbe0915f4df82 (patch) | |
tree | 9a2cfd2a589eefc953e99c8aef96b89c7feca1cf /tqtinterface/qt4/tools/designer/uic/object.cpp | |
parent | 2bde5a371051658ca7939d771722bbdfd0d828e5 (diff) | |
download | experimental-07cb0159c03c6b24b1088c95ab3bbe0915f4df82.tar.gz experimental-07cb0159c03c6b24b1088c95ab3bbe0915f4df82.zip |
Revert "Fix FTBFS"
This reverts commit 788af62a17eb6cfa50388059c61bc63fe3bb8b38.
Diffstat (limited to 'tqtinterface/qt4/tools/designer/uic/object.cpp')
-rw-r--r-- | tqtinterface/qt4/tools/designer/uic/object.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tqtinterface/qt4/tools/designer/uic/object.cpp b/tqtinterface/qt4/tools/designer/uic/object.cpp index 1ce89b8..a489e22 100644 --- a/tqtinterface/qt4/tools/designer/uic/object.cpp +++ b/tqtinterface/qt4/tools/designer/uic/object.cpp @@ -35,7 +35,7 @@ #include "parser.h" #include "domtool.h" #include <tqregexp.h> -#include <tqsizepolicy.h> +#include <sizepolicy.h> #include <tqstringlist.h> #define NO_STATIC_COLORS #include <globaldefs.h> |