aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/tabsettings.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/tabsettings.h
parentcf46cf749e2e0da6b2a6788276d6311d5d01fcc3 (diff)
Replace some struct with classes
* Fixes warnings about struct/class mixup in windows Reviewed-by: thorbjorn
Diffstat (limited to 'src/plugins/texteditor/tabsettings.h')
-rw-r--r--src/plugins/texteditor/tabsettings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/texteditor/tabsettings.h b/src/plugins/texteditor/tabsettings.h
index edccbbe198..75ec461f0c 100644
--- a/src/plugins/texteditor/tabsettings.h
+++ b/src/plugins/texteditor/tabsettings.h
@@ -42,8 +42,9 @@ namespace TextEditor {
// Tab settings: Data type the GeneralSettingsPage acts on
// with some convenience functions for formatting.
-struct TEXTEDITOR_EXPORT TabSettings
+class TEXTEDITOR_EXPORT TabSettings
{
+public:
// This enum must match the indexes of tabKeyBehavior widget
enum TabKeyBehavior {
TabNeverIndents = 0,