diff options
Diffstat (limited to 'korganizer/plugins/hebrew/converter.h')
-rw-r--r-- | korganizer/plugins/hebrew/converter.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/plugins/hebrew/converter.h b/korganizer/plugins/hebrew/converter.h index 8a3bc8baf..430f10eb1 100644 --- a/korganizer/plugins/hebrew/converter.h +++ b/korganizer/plugins/hebrew/converter.h @@ -11,8 +11,8 @@ #ifndef CONVERTER_H #define CONVERTER_H -#include <qstring.h> -#include <qstringlist.h> +#include <tqstring.h> +#include <tqstringlist.h> struct DateResult { @@ -67,8 +67,8 @@ public: private: - static QStringList HebrewMonthNames; - static QStringList SecularMonthNames; + static TQStringList HebrewMonthNames; + static TQStringList SecularMonthNames; }; |