--- a/src/configDialog.h Sat Oct 05 12:51:13 2013 +0300 +++ b/src/configDialog.h Sat Oct 05 15:18:47 2013 +0300 @@ -65,7 +65,7 @@ List<QListWidgetItem*> quickColorItems; void applySettings(); - void addShortcut (KeySequenceConfig& cfg, QAction* act, ulong& i); + void addShortcut (KeySequenceConfig& cfg, QAction* act, int& i); void setButtonBackground (QPushButton* button, str value); void pickColor (StringConfig& cfg, QPushButton* button); void updateQuickColorList (LDQuickColor* sel = null);