diff options
Diffstat (limited to 'src/modules/objects/KvsObject_treeWidget.h')
| -rw-r--r-- | src/modules/objects/KvsObject_treeWidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/KvsObject_treeWidget.h b/src/modules/objects/KvsObject_treeWidget.h index aabbafdf7..48bb99d51 100644 --- a/src/modules/objects/KvsObject_treeWidget.h +++ b/src/modules/objects/KvsObject_treeWidget.h @@ -71,8 +71,8 @@ protected: bool setAcceptDrops(KviKvsObjectFunctionCall *c); bool setHeaderLabels(KviKvsObjectFunctionCall *c); bool setColumnCount(KviKvsObjectFunctionCall *c); - bool topLevelItem(KviKvsObjectFunctionCall *c); - bool topLevelItemCount(KviKvsObjectFunctionCall *c); + bool topLevelItem(KviKvsObjectFunctionCall *c); + bool topLevelItemCount(KviKvsObjectFunctionCall *c); bool itemAt(KviKvsObjectFunctionCall *c); protected slots: void slotClicked(QTreeWidgetItem *,int); |
