diff options
Diffstat (limited to 'kaddressbook/features/resourceselection.h')
-rw-r--r-- | kaddressbook/features/resourceselection.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kaddressbook/features/resourceselection.h b/kaddressbook/features/resourceselection.h index 6e1a56b04..a2eff8c13 100644 --- a/kaddressbook/features/resourceselection.h +++ b/kaddressbook/features/resourceselection.h @@ -66,6 +66,13 @@ class ResourceSelection : public KAB::ExtensionWidget const QString& /*type*/, const QString& subResource ); + void contextMenuRequested ( QListViewItem *i, const QPoint &pos, int ); + + void showInfo(); + + void reloadResource(); + void saveResource(); + private: void initGUI(); |