summaryrefslogtreecommitdiffstats
path: root/src/scripttools/debugging/qscriptdebuggeragent_p.h
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-04-16 11:06:09 +1000
committerJason McDonald <jason.mcdonald@nokia.com>2009-04-16 11:06:09 +1000
commit5174ef058693fb3c5420bd9ed555ebf0dfc758a2 (patch)
tree2e8272b2394c9beff850e08dd745559d11aad258 /src/scripttools/debugging/qscriptdebuggeragent_p.h
parent3eb4aacf07c77876c6ce68e9746906424934433b (diff)
Remove obsolete pre-processor directives that check QT_VERSION.
Reviewed-by: Kent Hansen
Diffstat (limited to 'src/scripttools/debugging/qscriptdebuggeragent_p.h')
-rw-r--r--src/scripttools/debugging/qscriptdebuggeragent_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/scripttools/debugging/qscriptdebuggeragent_p.h b/src/scripttools/debugging/qscriptdebuggeragent_p.h
index 556b17b11e..28ec46ad31 100644
--- a/src/scripttools/debugging/qscriptdebuggeragent_p.h
+++ b/src/scripttools/debugging/qscriptdebuggeragent_p.h
@@ -125,9 +125,6 @@ public:
const QVariant &argument = QVariant());
private:
-#if QT_VERSION < 0x040500
- QScriptDebuggerAgentPrivate *d_ptr;
-#endif
Q_DECLARE_PRIVATE(QScriptDebuggerAgent)
Q_DISABLE_COPY(QScriptDebuggerAgent)
};