summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/behaviorsettingspage.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/behaviorsettingspage.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/behaviorsettingspage.h')
-rw-r--r--src/plugins/texteditor/behaviorsettingspage.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/plugins/texteditor/behaviorsettingspage.h b/src/plugins/texteditor/behaviorsettingspage.h
index 8d2040bc68..b973519ae6 100644
--- a/src/plugins/texteditor/behaviorsettingspage.h
+++ b/src/plugins/texteditor/behaviorsettingspage.h
@@ -36,12 +36,13 @@
namespace TextEditor {
-struct TabSettings;
-struct StorageSettings;
-struct BehaviorSettings;
+class TabSettings;
+class StorageSettings;
+class BehaviorSettings;
-struct BehaviorSettingsPageParameters
+class BehaviorSettingsPageParameters
{
+public:
QString id;
QString displayName;
QString settingsPrefix;