aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/syntax-highlighting/src/lib/repository.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/3rdparty/syntax-highlighting/src/lib/repository.h')
-rw-r--r--src/libs/3rdparty/syntax-highlighting/src/lib/repository.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libs/3rdparty/syntax-highlighting/src/lib/repository.h b/src/libs/3rdparty/syntax-highlighting/src/lib/repository.h
index 2bc66965cf..8c0ef76306 100644
--- a/src/libs/3rdparty/syntax-highlighting/src/lib/repository.h
+++ b/src/libs/3rdparty/syntax-highlighting/src/lib/repository.h
@@ -26,12 +26,12 @@
#include "ksyntaxhighlighting_export.h"
-#include <qglobal.h>
#include <memory>
+#include <qglobal.h>
QT_BEGIN_NAMESPACE
class QString;
-template <typename T> class QVector;
+template<typename T> class QVector;
QT_END_NAMESPACE
/**
@@ -43,8 +43,8 @@ QT_END_NAMESPACE
*
* @see Repository
*/
-namespace KSyntaxHighlighting {
-
+namespace KSyntaxHighlighting
+{
class Definition;
class RepositoryPrivate;
class Theme;