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/qttreepropertybrowser.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/qttreepropertybrowser.h')
-rw-r--r-- | tools/shared/qtpropertybrowser/qttreepropertybrowser.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/shared/qtpropertybrowser/qttreepropertybrowser.h b/tools/shared/qtpropertybrowser/qttreepropertybrowser.h index 63bd7f6..813e050 100644 --- a/tools/shared/qtpropertybrowser/qttreepropertybrowser.h +++ b/tools/shared/qtpropertybrowser/qttreepropertybrowser.h @@ -44,9 +44,7 @@ #include "qtpropertybrowser.h" -#if QT_VERSION >= 0x040400 QT_BEGIN_NAMESPACE -#endif class QTreeWidgetItem; class QtTreePropertyBrowserPrivate; @@ -131,8 +129,6 @@ private: }; -#if QT_VERSION >= 0x040400 QT_END_NAMESPACE -#endif #endif |