Ошибка компиляции 0.8.0

День добрый, у меня опять проблема с Fedora Development.
- Code: Select all
g++ -c -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wall -W -D_REENTRANT -DPROGRAM_DATA_DIR=\"/usr/local/share/apps/goldendict/\" -DPROGRAM_VERSION=\"0.8.0\" -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/lib/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtWebKit -I/usr/include -I. -Ibuild -Ibuild -o build/article_netmgr.o article_netmgr.cc
config.cc:50: error: expected constructor, destructor, or type conversion before 'const'
config.cc: In constructor 'Config::HotKey::HotKey(const QKeySequence&)':
config.cc:53: error: 'keyMask' was not declared in this scope
make: *** [build/config.o] Error 1
make: *** Waiting for unfinished jobs....