summaryrefslogtreecommitdiff
path: root/core/pim/todo/todotemplatemanager.cpp
authorzecke <zecke>2004-04-04 21:35:02 (UTC)
committer zecke <zecke>2004-04-04 21:35:02 (UTC)
commit4da953f1ef0349acc5b86ee15b9e3005dabc319f (patch) (side-by-side diff)
tree89d73beecf627948657e43557a3e5d02739a8e13 /core/pim/todo/todotemplatemanager.cpp
parentf664b509b5e622ab74560fb74093175e50b2790c (diff)
downloadopie-4da953f1ef0349acc5b86ee15b9e3005dabc319f.zip
opie-4da953f1ef0349acc5b86ee15b9e3005dabc319f.tar.gz
opie-4da953f1ef0349acc5b86ee15b9e3005dabc319f.tar.bz2
fix up owarn usage
Diffstat (limited to 'core/pim/todo/todotemplatemanager.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/todotemplatemanager.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/pim/todo/todotemplatemanager.cpp b/core/pim/todo/todotemplatemanager.cpp
index 0b20d5a..7690d37 100644
--- a/core/pim/todo/todotemplatemanager.cpp
+++ b/core/pim/todo/todotemplatemanager.cpp
@@ -38,3 +38,2 @@ void TemplateManager::load() {
void TemplateManager::save() {
- Opie::Core::owarn << "Saving!!!!" << oendl;
Config conf("todolist_templates");
@@ -52,3 +51,2 @@ void TemplateManager::save() {
conf.setGroup( QString::number( ev.uid() ) );
- Opie::Core::owarn << "Name " << it.key() << oendl;
conf.writeEntry("Name", it.key() );
@@ -60,3 +58,2 @@ void TemplateManager::addEvent( const QString& str,
const OPimTodo& ev) {
- Opie::Core::owarn << "AddEvent " << str << oendl;
OPimTodo todo = ev;