summaryrefslogtreecommitdiff
path: root/src/corelib/statemachine/qabstracttransition_p.h
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-05-13 12:39:11 +0200
committerKent Hansen <khansen@trolltech.com>2009-05-13 12:39:11 +0200
commit6b2d3e437bf1632191f62c603f754f895d4122eb (patch)
tree1a43dbafd5047014d97c257ae0651fc38ac7c14f /src/corelib/statemachine/qabstracttransition_p.h
parent5c7c8208c559d82e96aa7aa8c753c224d89022a2 (diff)
downloadqt4-tools-6b2d3e437bf1632191f62c603f754f895d4122eb.tar.gz
kill the QT_STATEMACHINE_SOLUTION define
We won't release another Qt Solution, so the define is no longer needed.
Diffstat (limited to 'src/corelib/statemachine/qabstracttransition_p.h')
-rw-r--r--src/corelib/statemachine/qabstracttransition_p.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/corelib/statemachine/qabstracttransition_p.h b/src/corelib/statemachine/qabstracttransition_p.h
index eb0ec21359..156e70e0e9 100644
--- a/src/corelib/statemachine/qabstracttransition_p.h
+++ b/src/corelib/statemachine/qabstracttransition_p.h
@@ -53,9 +53,7 @@
// We mean it.
//
-#ifndef QT_STATEMACHINE_SOLUTION
#include <private/qobject_p.h>
-#endif
#include <QtCore/qlist.h>
#include <QtCore/qpointer.h>
@@ -68,9 +66,7 @@ class QStateMachine;
class QAbstractTransition;
class Q_CORE_EXPORT QAbstractTransitionPrivate
-#ifndef QT_STATEMACHINE_SOLUTION
: public QObjectPrivate
-#endif
{
Q_DECLARE_PUBLIC(QAbstractTransition)
public:
@@ -89,10 +85,6 @@ public:
#ifndef QT_NO_ANIMATION
QList<QAbstractAnimation*> animations;
#endif
-
-#ifdef QT_STATEMACHINE_SOLUTION
- QAbstractTransition *q_ptr;
-#endif
};
QT_END_NAMESPACE