summaryrefslogtreecommitdiffstats
path: root/tools/shared/qtpropertybrowser/qteditorfactory.h
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/qteditorfactory.h
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/qteditorfactory.h')
-rw-r--r--tools/shared/qtpropertybrowser/qteditorfactory.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/shared/qtpropertybrowser/qteditorfactory.h b/tools/shared/qtpropertybrowser/qteditorfactory.h
index 044dd5e..d86f9f6 100644
--- a/tools/shared/qtpropertybrowser/qteditorfactory.h
+++ b/tools/shared/qtpropertybrowser/qteditorfactory.h
@@ -44,9 +44,7 @@
#include "qtpropertymanager.h"
-#if QT_VERSION >= 0x040400
QT_BEGIN_NAMESPACE
-#endif
class QtSpinBoxFactoryPrivate;
@@ -394,8 +392,6 @@ private:
Q_PRIVATE_SLOT(d_func(), void slotSetValue(const QFont &))
};
-#if QT_VERSION >= 0x040400
QT_END_NAMESPACE
-#endif
#endif