]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fix build if HAVE_NEPOMUK is not defined
authorFrank Reininghaus <frank78ac@googlemail.com>
Thu, 18 Jul 2013 20:51:21 +0000 (22:51 +0200)
committerFrank Reininghaus <frank78ac@googlemail.com>
Thu, 18 Jul 2013 20:51:21 +0000 (22:51 +0200)
We really have to make nepomuk-core and nepomuk-widgets a hard
dependency in the framworks era.

src/kitemviews/kfileitemmodelrolesupdater.h

index e17667a0c62c38e87a7af3d4f8c314055622462d..409f098e8cd60df6e18bf241e230c25c15ba69a0 100644 (file)
@@ -54,6 +54,10 @@ class QTimer;
     namespace Nepomuk2
     {
         class Resource;
+        namespace Types
+        {
+            class Property;
+        }
     }
 #endif