diff -r a496e72af069 -r 83426c5fa732 src/configDialog.h --- a/src/configDialog.h Mon Aug 04 13:43:54 2014 +0300 +++ b/src/configDialog.h Wed Aug 06 16:18:24 2014 +0300 @@ -61,7 +61,7 @@ private: Ui_ConfigUI* ui; QList quickColorItems; - QMap _buttonColors; + QMap m_buttonColors; void applySettings(); void addShortcut (QAction* act); @@ -73,7 +73,7 @@ QListWidgetItem* getSelectedQuickColor(); QList getShortcutSelection(); void initExtProgs(); - void _applyToWidgetOptions (std::function func); + void m_applyToWidgetOptions (std::function func); private slots: void setButtonColor();