Tagua now compiles with QT_NO_KEYWORDS. Boost 1.34 is required.
commit62c3ccadea4f8032f4f39cb208ee136768e49da0
authorPaolo Capriotti <p.capriotti@gmail.com>
Sun, 22 Jul 2007 16:39:50 +0000 (22 18:39 +0200)
committerPaolo Capriotti <p.capriotti@gmail.com>
Mon, 23 Jul 2007 09:41:58 +0000 (23 11:41 +0200)
treeb54d93ff87c957e1a4bbcd7b2be182d03802ed3e
parent4678910da6ca58790c3d54476f4731265d6586d0
Tagua now compiles with QT_NO_KEYWORDS. Boost 1.34 is required.

* Replaced all Qt keywords with safe equivalents (slots -> Q_SLOTS, etc...).
* Replaced foreach.h with a thin wrapper around BOOST_FOREACH.
52 files changed:
CMakeLists.txt
src/board.cpp
src/board.h
src/chesstable.cpp
src/chesstable.h
src/clock.cpp
src/clock.h
src/connection.cpp
src/connection.h
src/console.cpp
src/console.h
src/controllers/editgame.cpp
src/engine.cpp
src/engine.h
src/engineinfo.h
src/foreach.h [new file with mode: 0644]
src/foreach.hpp [deleted file]
src/graphicalgame.h
src/graphicalsystem.h
src/histlineedit.cpp
src/histlineedit.h
src/icsconnection.cpp
src/icsconnection.h
src/loader/theme.h
src/mainanimation.h
src/mainwindow.cpp
src/mainwindow.h
src/mastersettings.cpp
src/mastersettings.h
src/movelist_table.h
src/movelist_textual.h
src/movelist_widget.h
src/newgame.h
src/option.cpp
src/option.h
src/option_p.h
src/pref_board.h
src/pref_engines.cpp
src/pref_engines.h
src/pref_highlight.h
src/pref_movelist.h
src/pref_preferences.cpp
src/pref_preferences.h
src/pref_theme.cpp
src/pref_theme.h
src/qconnect.cpp
src/qconnect.h
src/tabbar.h
src/themeinfo.cpp
src/ui.h
src/xboardengine.cpp
src/xboardengine.h