diff options
Diffstat (limited to 'korganizer/plugins/hebrew/hebrew.cpp')
-rw-r--r-- | korganizer/plugins/hebrew/hebrew.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/plugins/hebrew/hebrew.cpp b/korganizer/plugins/hebrew/hebrew.cpp index 8a9f37bd4..742c7849d 100644 --- a/korganizer/plugins/hebrew/hebrew.cpp +++ b/korganizer/plugins/hebrew/hebrew.cpp @@ -51,7 +51,7 @@ TQString Hebrew::shortText(const TQDate & date) config.setGroup("Calendar/Hebrew Calendar Plugin"); IsraelP = config.readBoolEntry("Israel", - (KGlobal::locale()->country() == ".il")); + (TDEGlobal::locale()->country() == ".il")); Holiday::ParshaP = config.readBoolEntry("Parsha", true); Holiday::CholP = config.readBoolEntry("Chol_HaMoed", true); Holiday::OmerP = config.readBoolEntry("Omer", true); |