summaryrefslogtreecommitdiff
path: root/noncore
authordrw <drw>2004-03-02 15:33:53 (UTC)
committer drw <drw>2004-03-02 15:33:53 (UTC)
commite31fe9d73c6cd9be80bb18ca45ad3618192f718f (patch) (side-by-side diff)
treefb01d7baef88f29a19795caa7b69813871b3edff /noncore
parentb48c5437e9631094d15ec7280a9d1cf212b3eb28 (diff)
downloadopie-e31fe9d73c6cd9be80bb18ca45ad3618192f718f.zip
opie-e31fe9d73c6cd9be80bb18ca45ad3618192f718f.tar.gz
opie-e31fe9d73c6cd9be80bb18ca45ad3618192f718f.tar.bz2
Fix missed libopie include
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/appearance2/main.cpp3
-rw-r--r--noncore/settings/networksettings/interfaces/interfacesetupimp.cpp2
2 files changed, 2 insertions, 3 deletions
diff --git a/noncore/settings/appearance2/main.cpp b/noncore/settings/appearance2/main.cpp
index 5595429..8ac45d8 100644
--- a/noncore/settings/appearance2/main.cpp
+++ b/noncore/settings/appearance2/main.cpp
@@ -18,17 +18,16 @@
++=   -.     .`     .:
 :     =  ...= . :.=- You should have received a copy of the GNU
 -.   .:....=;==+<; General Public License along with this file;
  -_. . .   )=.  = see the file COPYING. If not, write to the
    --        :-=` Free Software Foundation, Inc.,
59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/
#include "appearance.h"
-#include <qpe/qpeapplication.h>
-#include <opie/oapplicationfactory.h>
+#include <opie2/oapplicationfactory.h>
OPIE_EXPORT_APP( OApplicationFactory<Appearance> )
diff --git a/noncore/settings/networksettings/interfaces/interfacesetupimp.cpp b/noncore/settings/networksettings/interfaces/interfacesetupimp.cpp
index ab0e4cc..05340e4 100644
--- a/noncore/settings/networksettings/interfaces/interfacesetupimp.cpp
+++ b/noncore/settings/networksettings/interfaces/interfacesetupimp.cpp
@@ -1,24 +1,24 @@
#include "interfacesetupimp.h"
#include "interface.h"
#include <qcheckbox.h>
#include <qlineedit.h>
#include <qspinbox.h>
#include <qgroupbox.h>
#include <qlabel.h>
#include <qmessagebox.h>
-#include <opie/oprocess.h>
+#include <opie2/oprocess.h>
#ifdef QWS
#include <opie2/owait.h>
#include <qpe/global.h>
#include <qapplication.h>
#endif
#define DNSSCRIPT "changedns"
/**
* Constuctor. Set up the connection. A profile must be set.
*/