aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_treewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/class_treewidget.h')
-rw-r--r--src/modules/objects/class_treewidget.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/objects/class_treewidget.h b/src/modules/objects/class_treewidget.h
index aaccd43cf..0a2af67ce 100644
--- a/src/modules/objects/class_treewidget.h
+++ b/src/modules/objects/class_treewidget.h
@@ -59,7 +59,6 @@ protected:
bool itemExpandedEvent(KviKvsObjectFunctionCall *c);
bool itemCollapsedEvent(KviKvsObjectFunctionCall *c);
bool itemChangedEvent(KviKvsObjectFunctionCall *c);
- bool customContextMenuRequestedEvent(KviKvsObjectFunctionCall *c);
bool selectedItems(KviKvsObjectFunctionCall *c);
bool currentItem(KviKvsObjectFunctionCall *c);
bool setSelectionMode(KviKvsObjectFunctionCall *c);
@@ -74,7 +73,6 @@ protected:
bool topLevelItemCount(KviKvsObjectFunctionCall *c);
protected slots:
void slotClicked(QTreeWidgetItem *,int);
- void slotCustomContextMenuRequested(const QPoint &pnt);
void slotSelectionChanged();
void slotCurrentChanged(QTreeWidgetItem *,QTreeWidgetItem *);
void slotItemActivated(QTreeWidgetItem *,int col);