summaryrefslogtreecommitdiff
path: root/core/launcher/launcher.cpp
Unidiff
Diffstat (limited to 'core/launcher/launcher.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/launcher.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/launcher/launcher.cpp b/core/launcher/launcher.cpp
index 0573330..8fe41f7 100644
--- a/core/launcher/launcher.cpp
+++ b/core/launcher/launcher.cpp
@@ -757,14 +757,14 @@ void Launcher::systemMessage( const QCString &msg, const QByteArray &data)
757 } 757 }
758 758
759 //qDebug( "sending length %d", contents.length() ); 759 //qDebug( "sending length %d", contents.length() );
760 QCopEnvelope e( "QPE/Desktop", "docLinks(QString)" ); 760 QCopEnvelope e( "QPE/Desktop", "docLinks(QString)" );
761 e << contents; 761 e << contents;
762 762
763 //qDebug( "================ \n\n%s\n\n===============", 763 qDebug( "================ \n\n%s\n\n===============",
764 //contents.latin1() ); 764 contents.latin1() );
765 765
766 delete docsFolder; 766 delete docsFolder;
767 docsFolder = 0; 767 docsFolder = 0;
768 } 768 }
769} 769}
770 770