summaryrefslogtreecommitdiff
path: root/core/pim/osearch/doclnkitem.cpp
Unidiff
Diffstat (limited to 'core/pim/osearch/doclnkitem.cpp') (more/less context) (show 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()
63 63
64void DocLnkItem::action( int act ) 64void DocLnkItem::action( int act )
65{ 65{
66 Opie::Core::odebug << "action" << act << oendl; 66 odebug << "action" << act << oendl;
67 if (!_doc->isValid()) Opie::Core::odebug << "INVALID" << oendl; 67 if (!_doc->isValid()) odebug << "INVALID" << oendl;
68 if (act == 0) _doc->execute(); 68 if (act == 0) _doc->execute();
69 else if (act == 1){ 69 else if (act == 1){
70 QCopEnvelope e("QPE/Application/advancedfm", "setDocument(QString)"); 70 QCopEnvelope e("QPE/Application/advancedfm", "setDocument(QString)");