--- a/src/configDialog.h Thu Dec 05 23:20:50 2013 +0200 +++ b/src/configDialog.h Thu Dec 05 23:42:39 2013 +0200 @@ -28,8 +28,8 @@ // ============================================================================= class ShortcutListItem : public QListWidgetItem -{ PROPERTY (public, KeySequenceConfig*, KeyConfig, NO_OPS, NO_CB) - PROPERTY (public, QAction*, Action, NO_OPS, NO_CB) +{ PROPERTY (public, KeySequenceConfig*, KeyConfig, NO_OPS, STOCK_WRITE) + PROPERTY (public, QAction*, Action, NO_OPS, STOCK_WRITE) public: explicit ShortcutListItem (QListWidget* view = null, int type = Type) :