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

List:       kde-commits
Subject:    playground/base/nepomuk-kde
From:       Adrien Bustany <madcat () mymadcat ! com>
Date:       2008-07-31 14:03:13
Message-ID: 1217512993.650625.28653.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 840154 by abustany:

Build fixes and minor corrections


 M  +3 -3      krunner/nepomukrunner.cpp  
 M  +1 -1      peopletag/nepomukproxy/asyncquery.cpp  
 M  +1 -1      peopletag/widget/peopletagwidget.h  


--- trunk/playground/base/nepomuk-kde/krunner/nepomukrunner.cpp #840153:840154
@@ -20,9 +20,9 @@
 
 #include "nepomukrunner.h"
 
-#include "annotationpluginfactory.h"
-#include "syncannotationplugin.h"
-#include "annotationresource.h"
+#include <nepomuk/annotationpluginfactory.h>
+#include <nepomuk/syncannotationplugin.h>
+#include <nepomuk/annotationresource.h>
 
 #include <Nepomuk/Resource>
 #include <qtconcurrentmap.h>
--- trunk/playground/base/nepomuk-kde/peopletag/nepomukproxy/asyncquery.cpp \
#840153:840154 @@ -76,7 +76,7 @@
 		default: // case 0
 			// Fetch all the results and return a set of them
 			QList<Soprano::BindingSet> bindings;
-			Soprano::QueryResultIterator it = model->executeQuery(m_query, \
Soprano::Query::QueryLanguageSparql); // Lists all the contacts in NCO \
+			Soprano::QueryResultIterator it = model->executeQuery(m_query, \
Soprano::Query::QueryLanguageSparql);  if (!it.isValid()) qFatal("Error during the \
query !");  while(it.next()) {
 				bindings.append(it.currentBindings());
--- trunk/playground/base/nepomuk-kde/peopletag/widget/peopletagwidget.h \
#840153:840154 @@ -42,7 +42,7 @@
  * \brief The PeopleTagWidget allows the user to link people and pictures. People
  * are searched in Nepomuk.
  *
- * This widget uses the NCO ontology, a contact is a resource having a \
http://www.semanticdesktop.org/ontologies/nco#fullname + * This widget uses the NCO \
ontology, a contact is a resource having a \
                http://www.semanticdesktop.org/ontologies/2007/03/22/nco#fullname
  * property. It can load any supported image format with the loadPicture slot.
  *
  * \author Adrien Bustany <madcat@mymadcat.com>


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

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