aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/changeset.h
diff options
context:
space:
mode:
authorFriedemann Kleint <[email protected]>2011-01-20 14:03:07 +0100
committerFriedemann Kleint <[email protected]>2011-01-20 14:03:07 +0100
commita9a5e3ea17945a3c6718e74c2dd07ce80df4e1f4 (patch)
treeccc10e0805c36cdc99a89277987979270a306b0f /src/libs/utils/changeset.h
parent4aca17427af7af5b200a8f614a10a07630da5161 (diff)
Exported header cleanup.
Diffstat (limited to 'src/libs/utils/changeset.h')
-rw-r--r--src/libs/utils/changeset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/utils/changeset.h b/src/libs/utils/changeset.h
index 68a26da74ff..960b141c441 100644
--- a/src/libs/utils/changeset.h
+++ b/src/libs/utils/changeset.h
@@ -46,8 +46,8 @@
#include <QtCore/QString>
#include <QtCore/QList>
-#include <QtCore/QSharedPointer>
-#include <QtGui/QTextCursor>
+
+QT_FORWARD_DECLARE_CLASS(QTextCursor)
namespace Utils {