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.cpp | |
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.cpp')
-rw-r--r-- | tools/shared/qtpropertybrowser/qtpropertybrowserutils.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/shared/qtpropertybrowser/qtpropertybrowserutils.cpp b/tools/shared/qtpropertybrowser/qtpropertybrowserutils.cpp index d689e60..94b0285 100644 --- a/tools/shared/qtpropertybrowser/qtpropertybrowserutils.cpp +++ b/tools/shared/qtpropertybrowser/qtpropertybrowserutils.cpp @@ -48,9 +48,7 @@ #include <QtGui/QLineEdit> #include <QtGui/QMenu> -#if QT_VERSION >= 0x040400 QT_BEGIN_NAMESPACE -#endif QtCursorDatabase::QtCursorDatabase() { @@ -426,9 +424,4 @@ bool QtKeySequenceEdit::event(QEvent *e) return QWidget::event(e); } - - - -#if QT_VERSION >= 0x040400 QT_END_NAMESPACE -#endif |