summaryrefslogtreecommitdiffstats
path: root/src/gui/statemachine/qmouseeventtransition.h
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-05-20 11:18:35 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-05-20 11:18:35 (GMT)
commitdfdb8555afc5a7e69c25c5a0c8b98167f15f51e5 (patch)
treeb68cb19f4cba8c1ab91e3db05d7cd45f23c31ead /src/gui/statemachine/qmouseeventtransition.h
parent87f51bd2526130f1b3c79d59aec89fe078094d68 (diff)
downloadQt-dfdb8555afc5a7e69c25c5a0c8b98167f15f51e5.zip
Qt-dfdb8555afc5a7e69c25c5a0c8b98167f15f51e5.tar.gz
Qt-dfdb8555afc5a7e69c25c5a0c8b98167f15f51e5.tar.bz2
remove QT_EXPERIMENTAL stuff
Diffstat (limited to 'src/gui/statemachine/qmouseeventtransition.h')
-rw-r--r--src/gui/statemachine/qmouseeventtransition.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/gui/statemachine/qmouseeventtransition.h b/src/gui/statemachine/qmouseeventtransition.h
index e878a58..aedc5c2 100644
--- a/src/gui/statemachine/qmouseeventtransition.h
+++ b/src/gui/statemachine/qmouseeventtransition.h
@@ -12,12 +12,8 @@
#ifndef QMOUSEEVENTTRANSITION_H
#define QMOUSEEVENTTRANSITION_H
-//Qt
-#if defined(QT_EXPERIMENTAL_SOLUTION)
-# include "qeventtransition.h"
-#else
-# include <QtCore/qeventtransition.h>
-#endif
+#include <QtCore/qeventtransition.h>
+
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE