From b49dbce74737411736d63358319e709d1af810bb Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sun, 04 Apr 2004 17:12:42 +0000 Subject: catch up with new define in odebug.h --- (limited to 'core/pim/osearch/applnkitem.cpp') diff --git a/core/pim/osearch/applnkitem.cpp b/core/pim/osearch/applnkitem.cpp index ca54eef..f9ff565 100644 --- a/core/pim/osearch/applnkitem.cpp +++ b/core/pim/osearch/applnkitem.cpp @@ -44,7 +44,7 @@ QString AppLnkItem::toRichText() void AppLnkItem::action( int act ) { - if (!_app->isValid()) Opie::Core::odebug << "INVALID" << oendl; + if (!_app->isValid()) odebug << "INVALID" << oendl; if (act == 0) _app->execute(); else if (act == 1){ QCopEnvelope e("QPE/Application/advancedfm", "setDocument(QString)"); -- cgit v0.9.0.2