summaryrefslogtreecommitdiff
path: root/noncore/apps/confedit
Unidiff
Diffstat (limited to 'noncore/apps/confedit') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/confedit/confedit.pro2
-rw-r--r--noncore/apps/confedit/config.in2
-rw-r--r--noncore/apps/confedit/main.cpp2
-rw-r--r--noncore/apps/confedit/opie-confeditor.control2
4 files changed, 4 insertions, 4 deletions
diff --git a/noncore/apps/confedit/confedit.pro b/noncore/apps/confedit/confedit.pro
index 64d5de0..c0f79be 100644
--- a/noncore/apps/confedit/confedit.pro
+++ b/noncore/apps/confedit/confedit.pro
@@ -4,7 +4,7 @@ SOURCES = main.cpp mainwindow.cpp listviewconfdir.cpp listviewitemconffile.cpp
4INCLUDEPATH += $(OPIEDIR)/include 4INCLUDEPATH += $(OPIEDIR)/include
5 DEPENDPATH+= $(OPIEDIR)/ioclude 5 DEPENDPATH+= $(OPIEDIR)/ioclude
6 INTERFACES= 6 INTERFACES=
7LIBS += -lopiecore2 -lopieui2 7LIBS += -lopiecore2
8 TARGET = confedit 8 TARGET = confedit
9 9
10!contains( platform, x11 ) { 10!contains( platform, x11 ) {
diff --git a/noncore/apps/confedit/config.in b/noncore/apps/confedit/config.in
index e9bc1d1..e377307 100644
--- a/noncore/apps/confedit/config.in
+++ b/noncore/apps/confedit/config.in
@@ -1,4 +1,4 @@
1 config CONFEDIT 1 config CONFEDIT
2 boolean "opie-confeditor (generic editor for all Opie settings)" 2 boolean "opie-confeditor (generic editor for all Opie settings)"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && LIBOPIE2CORE && LIBOPIE2UI 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
diff --git a/noncore/apps/confedit/main.cpp b/noncore/apps/confedit/main.cpp
index 7a312c3..584e6b2 100644
--- a/noncore/apps/confedit/main.cpp
+++ b/noncore/apps/confedit/main.cpp
@@ -1,5 +1,5 @@
1 1
2#include "mainwindow.h" 2#include "mainwindow.h"
3#include <opie/oapplicationfactory.h> 3#include <opie2/oapplicationfactory.h>
4 4
5OPIE_EXPORT_APP( OApplicationFactory<MainWindow> ) 5OPIE_EXPORT_APP( OApplicationFactory<MainWindow> )
diff --git a/noncore/apps/confedit/opie-confeditor.control b/noncore/apps/confedit/opie-confeditor.control
index 12ae6a9..b8e4c7d 100644
--- a/noncore/apps/confedit/opie-confeditor.control
+++ b/noncore/apps/confedit/opie-confeditor.control
@@ -5,5 +5,5 @@ Section: opie/settings
5Maintainer: Patrick S. Vogt <tille@handhelds.org> 5Maintainer: Patrick S. Vogt <tille@handhelds.org>
6Architecture: arm 6Architecture: arm
7Version: $QPE_VERSION-$SUB_VERSION 7Version: $QPE_VERSION-$SUB_VERSION
8Depends: task-opie-minimal 8Depends: task-opie-minimal, libopiecore2
9Description: An enditor for the ~/Settings/*.conf files 9Description: An enditor for the ~/Settings/*.conf files