From 56bedc269df8d5838834895971c7688161eb930d Mon Sep 17 00:00:00 2001 From: alwin Date: Thu, 17 Mar 2005 01:28:40 +0000 Subject: inserted missing corrected spelling --- (limited to 'core/pim/datebook/holiday/christian/hlist.cpp') diff --git a/core/pim/datebook/holiday/christian/hlist.cpp b/core/pim/datebook/holiday/christian/hlist.cpp index 795b075..2ce13f5 100644 --- a/core/pim/datebook/holiday/christian/hlist.cpp +++ b/core/pim/datebook/holiday/christian/hlist.cpp @@ -1,18 +1,18 @@ -#include "hlist.h" - -#include - -const QStringList HList::entries(const QDate&aDate)const -{ - QStringList ret; - if (aDate.month()==12) { - if (aDate.day()==24) { - ret.append(QObject::tr("Christmas","holidays")); - } - } else if (aDate.month()==1) { - if (aDate.day()==1) { - ret.append(QObject::tr("New year","holidays")); - } - } - return ret; -} +#include "hlist.h" + +#include + +const QStringList HList::entries(const QDate&aDate)const +{ + QStringList ret; + if (aDate.month()==12) { + if (aDate.day()==24) { + ret.append(QObject::tr("Christmas","holidays")); + } + } else if (aDate.month()==1) { + if (aDate.day()==1) { + ret.append(QObject::tr("New Year","holidays")); + } + } + return ret; +} -- cgit v0.9.0.2