QTfrontend/util/KeyMap.cpp
changeset 14925 d2f5b6b01846
parent 14922 b3890f4311f7
equal deleted inserted replaced
14924:58070c3dd043 14925:d2f5b6b01846
    13  *
    13  *
    14  * You should have received a copy of the GNU General Public License
    14  * You should have received a copy of the GNU General Public License
    15  * along with this program; if not, write to the Free Software
    15  * along with this program; if not, write to the Free Software
    16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    17  */
    17  */
    18 
    18 #include <QStringList>
    19 #include "KeyMap.h"
    19 #include "KeyMap.h"
    20 #include "SDL.h"
    20 #include "SDL.h"
    21 
    21 
    22 KeyMap & KeyMap::instance()
    22 KeyMap & KeyMap::instance()
    23 {
    23 {