diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-04-16 07:54:07 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-04-16 07:54:07 (GMT) |
commit | 876d4b64acce6f9f786d5a59612d73688167ef64 (patch) | |
tree | 196d4a703ca127774131b0ce538a9a577e861ff9 /tools/shared/qtpropertybrowser/qtpropertybrowserutils_p.h | |
parent | 44ea85fb362ec2938beba477c33dab7baa8d1d42 (diff) | |
download | Qt-876d4b64acce6f9f786d5a59612d73688167ef64.zip Qt-876d4b64acce6f9f786d5a59612d73688167ef64.tar.gz Qt-876d4b64acce6f9f786d5a59612d73688167ef64.tar.bz2 |
Remove obsolete pre-processor directives that check QT_VERSION.
Reviewed-by: Trust Me
....though discussed with three devs.
Diffstat (limited to 'tools/shared/qtpropertybrowser/qtpropertybrowserutils_p.h')
-rw-r--r-- | tools/shared/qtpropertybrowser/qtpropertybrowserutils_p.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/shared/qtpropertybrowser/qtpropertybrowserutils_p.h b/tools/shared/qtpropertybrowser/qtpropertybrowserutils_p.h index 2eab3c8..fe8c6d1 100644 --- a/tools/shared/qtpropertybrowser/qtpropertybrowserutils_p.h +++ b/tools/shared/qtpropertybrowser/qtpropertybrowserutils_p.h @@ -58,9 +58,7 @@ #include <QtGui/QWidget> #include <QtCore/QStringList> -#if QT_VERSION >= 0x040400 QT_BEGIN_NAMESPACE -#endif class QMouseEvent; class QCheckBox; @@ -154,8 +152,6 @@ private: QLineEdit *m_lineEdit; }; -#if QT_VERSION >= 0x040400 QT_END_NAMESPACE -#endif #endif |