X-Git-Url: http://git.maemo.org/git/?p=impuzzle;a=blobdiff_plain;f=src%2Fsettings.cpp;h=62801af62b920b2af4dc100fdc2a5086e308f521;hp=ecbd675bed7cccfcbbc40824c93b8bab24b1d63a;hb=fe6a84bdca195d7eae5f21447f4d9aad5226db49;hpb=fdcfe62bec5ff683a2e728b4b49c93c807edc316 diff --git a/src/settings.cpp b/src/settings.cpp index ecbd675..62801af 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -1,11 +1,12 @@ #include "settings.h" +#include "defines.h" Settings *Settings::instance_ = 0; Settings::Settings(QObject *parent) : QObject(parent) { - pieceCount_ = 12; + pieceCount_ = EASY_PIECE_COUNT; image_ = 0; }