author | harlekin <harlekin> | 2002-04-04 15:02:30 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-04-04 15:02:30 (UTC) |
commit | b765d3996578024679cd4c0f083070d2784df330 (patch) (unidiff) | |
tree | f138ce099ecd5a59c4948132fc1c3d891aa7dca8 | |
parent | 8d2a3e988c683d9b999f9fa5a3485d6b54465d1c (diff) | |
download | opie-b765d3996578024679cd4c0f083070d2784df330.zip opie-b765d3996578024679cd4c0f083070d2784df330.tar.gz opie-b765d3996578024679cd4c0f083070d2784df330.tar.bz2 |
small fixes
-rw-r--r-- | core/pim/today/today.cpp | 4 | ||||
-rw-r--r-- | core/pim/today/todaybase.cpp | 1 | ||||
-rw-r--r-- | core/pim/today/todayconfig.cpp | 1 |
3 files changed, 2 insertions, 4 deletions
diff --git a/core/pim/today/today.cpp b/core/pim/today/today.cpp index 66a4152..51aba69 100644 --- a/core/pim/today/today.cpp +++ b/core/pim/today/today.cpp | |||
@@ -317,3 +317,3 @@ void Today::getDates() { | |||
317 | QLabel* noMoreEvents = new QLabel(AllDateBookEvents); | 317 | QLabel* noMoreEvents = new QLabel(AllDateBookEvents); |
318 | noMoreEvents->setText("No more appointments today"); | 318 | noMoreEvents->setText(tr("No more appointments today")); |
319 | layoutDates->addWidget(noMoreEvents); | 319 | layoutDates->addWidget(noMoreEvents); |
@@ -322,3 +322,3 @@ void Today::getDates() { | |||
322 | QLabel* noEvents = new QLabel(AllDateBookEvents); | 322 | QLabel* noEvents = new QLabel(AllDateBookEvents); |
323 | noEvents->setText("No appointments today"); | 323 | noEvents->setText(tr("No appointments today")); |
324 | layoutDates->addWidget(noEvents); | 324 | layoutDates->addWidget(noEvents); |
diff --git a/core/pim/today/todaybase.cpp b/core/pim/today/todaybase.cpp index c0b8d34..dfcc34e 100644 --- a/core/pim/today/todaybase.cpp +++ b/core/pim/today/todaybase.cpp | |||
@@ -25,3 +25,2 @@ | |||
25 | #include <qvariant.h> | 25 | #include <qvariant.h> |
26 | #include <qtooltip.h> | ||
27 | #include <qwhatsthis.h> | 26 | #include <qwhatsthis.h> |
diff --git a/core/pim/today/todayconfig.cpp b/core/pim/today/todayconfig.cpp index 7c690a7..a908d98 100644 --- a/core/pim/today/todayconfig.cpp +++ b/core/pim/today/todayconfig.cpp | |||
@@ -18,3 +18,2 @@ | |||
18 | #include <qvariant.h> | 18 | #include <qvariant.h> |
19 | #include <qtooltip.h> | ||
20 | #include <qwhatsthis.h> | 19 | #include <qwhatsthis.h> |