From ebe03c3cd5d2bc1e1ae94f123da7ab27b2188f6a Mon Sep 17 00:00:00 2001 From: drw Date: Fri, 02 Apr 2004 21:24:41 +0000 Subject: Use ODebug (another 7 down...) --- (limited to 'core/pim/osearch/datebooksearch.cpp') diff --git a/core/pim/osearch/datebooksearch.cpp b/core/pim/osearch/datebooksearch.cpp index eeea54b..af6b194 100644 --- a/core/pim/osearch/datebooksearch.cpp +++ b/core/pim/osearch/datebooksearch.cpp @@ -13,10 +13,10 @@ #include "datebooksearch.h" #include "eventitem.h" +#include #include #include - #include #include @@ -40,7 +40,7 @@ DatebookSearch::DatebookSearch(QListView* parent, QString name) DatebookSearch::~DatebookSearch() { - qDebug("SAVE DATEBOOK SEARCH CONFIG"); + Opie::Core::odebug << "SAVE DATEBOOK SEARCH CONFIG" << oendl; Config cfg( "osearch", Config::User ); cfg.setGroup( "datebook_settings" ); cfg.writeEntry( "show_past_events", actionShowPastEvents->isOn() ); -- cgit v0.9.0.2