summaryrefslogtreecommitdiff
path: root/core/pim/osearch/doclnkitem.cpp
authormickeyl <mickeyl>2004-04-04 17:12:42 (UTC)
committer mickeyl <mickeyl>2004-04-04 17:12:42 (UTC)
commitb49dbce74737411736d63358319e709d1af810bb (patch) (side-by-side diff)
tree90be52c8315be6274806592c69b31eba61d66314 /core/pim/osearch/doclnkitem.cpp
parent77185b587adfa158dadab204f3c78db94af3e099 (diff)
downloadopie-b49dbce74737411736d63358319e709d1af810bb.zip
opie-b49dbce74737411736d63358319e709d1af810bb.tar.gz
opie-b49dbce74737411736d63358319e709d1af810bb.tar.bz2
catch up with new define in odebug.h
Diffstat (limited to 'core/pim/osearch/doclnkitem.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/osearch/doclnkitem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pim/osearch/doclnkitem.cpp b/core/pim/osearch/doclnkitem.cpp
index d908f7c..2e09a63 100644
--- a/core/pim/osearch/doclnkitem.cpp
+++ b/core/pim/osearch/doclnkitem.cpp
@@ -63,8 +63,8 @@ QString DocLnkItem::toRichText()
void DocLnkItem::action( int act )
{
- Opie::Core::odebug << "action" << act << oendl;
- if (!_doc->isValid()) Opie::Core::odebug << "INVALID" << oendl;
+ odebug << "action" << act << oendl;
+ if (!_doc->isValid()) odebug << "INVALID" << oendl;
if (act == 0) _doc->execute();
else if (act == 1){
QCopEnvelope e("QPE/Application/advancedfm", "setDocument(QString)");