[PC-BSD Commits] r267 - pcbsd/trunk/kcmPBMsource
svn at pcbsd.org
svn at pcbsd.org
Sat Jun 2 08:31:10 PDT 2007
Author: kris
Date: 2007-06-02 16:31:10 +0100 (Sat, 02 Jun 2007)
New Revision: 267
Modified:
pcbsd/trunk/kcmPBMsource/kcm.cpp
Log:
Fixed problems compiling and not finding .h files
Modified: pcbsd/trunk/kcmPBMsource/kcm.cpp
===================================================================
--- pcbsd/trunk/kcmPBMsource/kcm.cpp 2007-05-30 22:23:11 UTC (rev 266)
+++ pcbsd/trunk/kcmPBMsource/kcm.cpp 2007-06-02 15:31:10 UTC (rev 267)
@@ -3,8 +3,8 @@
#include <klocale.h>
#include <kglobal.h>
#include <kparts/genericfactory.h>
-#include <pbm.h>
-#include <notroot.h>
+#include ".ui/pbm.h"
+#include ".ui/notroot.h"
#include <kcm.h>
More information about the Commits
mailing list