[PC-BSD Commits] r268 - pcbsd/trunk/ethernetconfig/src
svn at pcbsd.org
svn at pcbsd.org
Sat Jun 2 08:41:45 PDT 2007
Author: kris
Date: 2007-06-02 16:41:45 +0100 (Sat, 02 Jun 2007)
New Revision: 268
Modified:
pcbsd/trunk/ethernetconfig/src/ethernetconfigwidget.cpp
Log:
Fixed compile problem with ethernetconfig not finding its .h files
Modified: pcbsd/trunk/ethernetconfig/src/ethernetconfigwidget.cpp
===================================================================
--- pcbsd/trunk/ethernetconfig/src/ethernetconfigwidget.cpp 2007-06-02 15:31:10 UTC (rev 267)
+++ pcbsd/trunk/ethernetconfig/src/ethernetconfigwidget.cpp 2007-06-02 15:41:45 UTC (rev 268)
@@ -37,7 +37,11 @@
#include <qtimer.h>
#include <qpushbutton.h>
#include <iostream>
+#include "ethernetconfig.h"
+#include "ethernetconfigwidget.h"
+#include "ethernetconfigwidgetbase.h"
+
using namespace std;
QString DeviceName;
More information about the Commits
mailing list