aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_buttongroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/class_buttongroup.h')
-rw-r--r--src/modules/objects/class_buttongroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_buttongroup.h b/src/modules/objects/class_buttongroup.h
index 1028174ba..10ce2722c 100644
--- a/src/modules/objects/class_buttongroup.h
+++ b/src/modules/objects/class_buttongroup.h
@@ -37,7 +37,7 @@ public:
protected:
QButtonGroup *m_pButtonGroup;
int m_iId;
- KviPointerHashTable<int ,KviKvsObject > btnDict;
+ KviPointerHashTable<int, KviKvsObject > btnDict;
bool addButton(KviKvsObjectFunctionCall *c);
bool checkedButton(KviKvsObjectFunctionCall *c);