summaryrefslogtreecommitdiff
authorharlekin <harlekin>2002-04-04 15:02:30 (UTC)
committer harlekin <harlekin>2002-04-04 15:02:30 (UTC)
commitb765d3996578024679cd4c0f083070d2784df330 (patch) (side-by-side diff)
treef138ce099ecd5a59c4948132fc1c3d891aa7dca8
parent8d2a3e988c683d9b999f9fa5a3485d6b54465d1c (diff)
downloadopie-b765d3996578024679cd4c0f083070d2784df330.zip
opie-b765d3996578024679cd4c0f083070d2784df330.tar.gz
opie-b765d3996578024679cd4c0f083070d2784df330.tar.bz2
small fixes
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/today.cpp4
-rw-r--r--core/pim/today/todaybase.cpp1
-rw-r--r--core/pim/today/todayconfig.cpp1
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
@@ -315,12 +315,12 @@ void Today::getDates() {
}
if (ONLY_LATER && count==0) {
QLabel* noMoreEvents = new QLabel(AllDateBookEvents);
- noMoreEvents->setText("No more appointments today");
+ noMoreEvents->setText(tr("No more appointments today"));
layoutDates->addWidget(noMoreEvents);
}
} else {
QLabel* noEvents = new QLabel(AllDateBookEvents);
- noEvents->setText("No appointments today");
+ noEvents->setText(tr("No appointments today"));
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
@@ -23,7 +23,6 @@
#include <qpushbutton.h>
#include <qlayout.h>
#include <qvariant.h>
-#include <qtooltip.h>
#include <qwhatsthis.h>
#include <qimage.h>
#include <qpixmap.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
@@ -16,7 +16,6 @@
#include <qwidget.h>
#include <qlayout.h>
#include <qvariant.h>
-#include <qtooltip.h>
#include <qwhatsthis.h>
/*