summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/texteditorsettings.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2010-08-13 12:53:36 +0200
committerTobias Hunger <tobias.hunger@nokia.com>2010-08-13 13:10:32 +0200
commit6fed7c662ee6a569b7b78fc69dfcb194ac3d4df1 (patch)
treee086ab9384adeb33db84d84acb05f28a0c62d0b1 /src/plugins/texteditor/texteditorsettings.h
parentcf46cf749e2e0da6b2a6788276d6311d5d01fcc3 (diff)
downloadqt-creator-6fed7c662ee6a569b7b78fc69dfcb194ac3d4df1.tar.gz
Replace some struct with classes
* Fixes warnings about struct/class mixup in windows Reviewed-by: thorbjorn
Diffstat (limited to 'src/plugins/texteditor/texteditorsettings.h')
-rw-r--r--src/plugins/texteditor/texteditorsettings.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/texteditor/texteditorsettings.h b/src/plugins/texteditor/texteditorsettings.h
index 8e44d59718..737b68dd56 100644
--- a/src/plugins/texteditor/texteditorsettings.h
+++ b/src/plugins/texteditor/texteditorsettings.h
@@ -38,11 +38,11 @@ namespace TextEditor {
class BaseTextEditor;
class FontSettings;
-struct TabSettings;
-struct StorageSettings;
-struct BehaviorSettings;
-struct DisplaySettings;
-struct CompletionSettings;
+class TabSettings;
+class StorageSettings;
+class BehaviorSettings;
+class DisplaySettings;
+class CompletionSettings;
class HighlighterSettings;
namespace Internal {