From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- korganizer/plugins/hebrew/holiday.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'korganizer/plugins/hebrew/holiday.h') diff --git a/korganizer/plugins/hebrew/holiday.h b/korganizer/plugins/hebrew/holiday.h index 6c8c61d9d..f73083fd7 100644 --- a/korganizer/plugins/hebrew/holiday.h +++ b/korganizer/plugins/hebrew/holiday.h @@ -11,8 +11,8 @@ #ifndef HOLIDAY_H #define HOLIDAY_H -#include -#include +#include +#include #include /** @author Jonathan Singer @@ -24,12 +24,12 @@ public: Holiday(); ~Holiday(); - static QStringList FindHoliday(int month, int day, int weekday, + static TQStringList FindHoliday(int month, int day, int weekday, int kvia, bool leap_year_p, bool israel_p, int day_number, int year); - static QString Sfirah(int); + static TQString Sfirah(int); static bool CholP; static bool OmerP; @@ -37,7 +37,7 @@ public: private: - static QStringList holidays; + static TQStringList holidays; static int HolidayFlags; //supposed to be extern //parsha Parsha_lookup; -- cgit v1.2.1