summaryrefslogtreecommitdiffstats
path: root/tools/shared/qtpropertybrowser/qtpropertybrowserutils.cpp
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-04-16 07:54:07 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-04-16 07:54:07 (GMT)
commit876d4b64acce6f9f786d5a59612d73688167ef64 (patch)
tree196d4a703ca127774131b0ce538a9a577e861ff9 /tools/shared/qtpropertybrowser/qtpropertybrowserutils.cpp
parent44ea85fb362ec2938beba477c33dab7baa8d1d42 (diff)
downloadQt-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.cpp7
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