diff options
Diffstat (limited to 'korganizer/plugins/hebrew/parsha.h')
-rw-r--r-- | korganizer/plugins/hebrew/parsha.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/plugins/hebrew/parsha.h b/korganizer/plugins/hebrew/parsha.h index aac2625ff..59099b0ef 100644 --- a/korganizer/plugins/hebrew/parsha.h +++ b/korganizer/plugins/hebrew/parsha.h @@ -11,8 +11,8 @@ #ifndef PARSHA_H #define PARSHA_H -#include <qstring.h> -#include <qstringlist.h> +#include <tqstring.h> +#include <tqstringlist.h> /** @author Jonathan Singer @@ -23,11 +23,11 @@ public: Parsha(); ~Parsha(); - static QString FindParshaName(int daynumber, int kvia, bool leap_p, + static TQString FindParshaName(int daynumber, int kvia, bool leap_p, bool israel_p); private: - static QStringList parshiot_names; + static TQStringList parshiot_names; }; #endif |