-rw-r--r-- | core/pim/datebook/datebook.cpp | 6 | ||||
-rw-r--r-- | core/pim/datebook/datebookweekheaderimpl.cpp | 8 | ||||
-rw-r--r-- | core/pim/datebook/datebookweeklst.cpp | 4 | ||||
-rw-r--r-- | core/pim/datebook/dateentryimpl.cpp | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/core/pim/datebook/datebook.cpp b/core/pim/datebook/datebook.cpp index 3d1bc0c..0a47bb8 100644 --- a/core/pim/datebook/datebook.cpp +++ b/core/pim/datebook/datebook.cpp @@ -74,3 +74,3 @@ DateBook::DateBook( QWidget *parent, const char *, WFlags f ) db = new DateBookDBHack; - Opie::Core::odebug << "loading db t=" << t.elapsed() << oendl; + odebug << "loading db t=" << t.elapsed() << oendl; loadSettings(); @@ -178,3 +178,3 @@ DateBook::DateBook( QWidget *parent, const char *, WFlags f ) - Opie::Core::odebug << "done t=" << t.elapsed() << oendl; + odebug << "done t=" << t.elapsed() << oendl; @@ -904,3 +904,3 @@ void DateBook::beamEvent( const Event &e ) { - Opie::Core::odebug << "trying to beam" << oendl; + odebug << "trying to beam" << oendl; unlink( beamfile ); // delete if exists diff --git a/core/pim/datebook/datebookweekheaderimpl.cpp b/core/pim/datebook/datebookweekheaderimpl.cpp index 123a478..7462de7 100644 --- a/core/pim/datebook/datebookweekheaderimpl.cpp +++ b/core/pim/datebook/datebookweekheaderimpl.cpp @@ -71,3 +71,3 @@ void DateBookWeekHeader::nextMonth() { - Opie::Core::owarn << "nextMonth()" << oendl; + owarn << "nextMonth()" << oendl; setDate(date.addDays(28)); @@ -76,3 +76,3 @@ void DateBookWeekHeader::prevMonth() { - Opie::Core::owarn << "prevMonth()" << oendl; + owarn << "prevMonth()" << oendl; setDate(date.addDays(-28)); @@ -81,3 +81,3 @@ void DateBookWeekHeader::nextWeek() { - Opie::Core::owarn << "nextWeek()" << oendl; + owarn << "nextWeek()" << oendl; setDate(date.addDays(7)); @@ -86,3 +86,3 @@ void DateBookWeekHeader::prevWeek() { - Opie::Core::owarn << "prevWeek()" << oendl; + owarn << "prevWeek()" << oendl; setDate(date.addDays(-7)); diff --git a/core/pim/datebook/datebookweeklst.cpp b/core/pim/datebook/datebookweeklst.cpp index de74d46..fe2ab51 100644 --- a/core/pim/datebook/datebookweeklst.cpp +++ b/core/pim/datebook/datebookweeklst.cpp @@ -162,3 +162,3 @@ DateBookWeekLstEvent::DateBookWeekLstEvent(const EffectiveEvent &ev, - Opie::Core::odebug << "weeklistviewconfig=" << weeklistviewconfig << oendl; + odebug << "weeklistviewconfig=" << weeklistviewconfig << oendl; if(weeklistviewconfig==NONE) { // No times displayed. @@ -211,3 +211,3 @@ DateBookWeekLstView::DateBookWeekLstView(QValueList<EffectiveEvent> &ev, int weeklistviewconfig=config.readNumEntry("weeklistviewconfig", NORMAL); - Opie::Core::odebug << "weeklistviewconfig: " << weeklistviewconfig << oendl; + odebug << "weeklistviewconfig: " << weeklistviewconfig << oendl; diff --git a/core/pim/datebook/dateentryimpl.cpp b/core/pim/datebook/dateentryimpl.cpp index 42bdbe2..297da94 100644 --- a/core/pim/datebook/dateentryimpl.cpp +++ b/core/pim/datebook/dateentryimpl.cpp @@ -433,3 +433,3 @@ Event DateEntry::event() -// Opie::Core::odebug << "tz: " << timezone->currentZone() << oendl; +// odebug << "tz: " << timezone->currentZone() << oendl; @@ -441,3 +441,3 @@ Event DateEntry::event() if ( setenv( "TZ", timezone->currentZone(), true ) != 0 ) - Opie::Core::owarn << "There was a problem setting the timezone." << oendl; + owarn << "There was a problem setting the timezone." << oendl; @@ -451,3 +451,3 @@ Event DateEntry::event() if ( setenv( "TZ", realTZ, true ) != 0 ) - Opie::Core::owarn << "There was a problem setting the timezone." << oendl; + owarn << "There was a problem setting the timezone." << oendl; |