X-Git-Url: http://git.maemo.org/git/?p=mverbiste;a=blobdiff_plain;f=gui%2Fconjugation.h;h=88062c8eb8b44bd3b05c7e9bd74320e60cf6e1b8;hp=e9111de6ca1d9d6a005d3739c1f5188d618dea89;hb=020dbb01b0536d7566016c6f8e0a7f7bae3f0752;hpb=c25153fb17c4f0782b9ffc7206427a63ce096903 diff --git a/gui/conjugation.h b/gui/conjugation.h index e9111de..88062c8 100644 --- a/gui/conjugation.h +++ b/gui/conjugation.h @@ -27,14 +27,17 @@ #include #include -#include -#include +#include +#include typedef std::vector VS; typedef std::vector VVS; typedef std::vector VVVS; - +#ifndef QT_NO_DEBUG +#include +#include +#endif /** Obtains the conjugation of the given infinitive. @param fvd verb dictionary from which to obtain @@ -47,10 +50,10 @@ typedef std::vector VVVS; modes where pronouns are used */ void getConjugation(const verbiste::FrenchVerbDictionary &fvd, - const std::string &infinitive, - const std::string &tname, - VVVS &dest, - bool includePronouns = false); + const std::string &infinitive, + const std::string &tname, + VVVS &dest, + bool includePronouns = false); /** Get the tense name for a certain cell of the conjugation table.