[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdenetwork/kdnssd/kdedmodule
From:       Laurent Montel <montel () kde ! org>
Date:       2005-10-26 17:36:50
Message-ID: 1130348210.456116.30337.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 474547 by mlaurent:

Compile/link++


 M  +2 -2      watcher.cpp  


--- trunk/KDE/kdenetwork/kdnssd/kdedmodule/watcher.cpp #474546:474547
@@ -22,9 +22,9 @@
 
 #include <kdirnotify_stub.h>
 #include <qstringlist.h>
+#include <Q3CString>
 
 
-
 Watcher::Watcher(const QString& type, const QString& domain) 
 	: refcount(1), updateNeeded(false), m_type(type), m_domain(domain)
 {
@@ -56,7 +56,7 @@
 
 void Watcher::finished() 
 {
-	KDirNotify_stub st("*","*");
+	KDirNotify_stub st(Q3CString("*"),Q3CString("*"));
 	kdDebug() << "Finished for " << m_type << "@" << m_domain << "\n";
 	if (updateNeeded || removed.count()) {
 		QString url = "zeroconf:/";
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic