summaryrefslogtreecommitdiff
path: root/examples
authormickeyl <mickeyl>2005-07-11 14:05:01 (UTC)
committer mickeyl <mickeyl>2005-07-11 14:05:01 (UTC)
commit4a7503c5e64101a5fadcf8003e66bf447d796f95 (patch) (unidiff)
treeb3f1a50e2bcef3012132c88814bdbaee7de4eea1 /examples
parenta400f34db4ad0fd0c6b6bcb5be6f207f9f2f01e6 (diff)
downloadopie-4a7503c5e64101a5fadcf8003e66bf447d796f95.zip
opie-4a7503c5e64101a5fadcf8003e66bf447d796f95.tar.gz
opie-4a7503c5e64101a5fadcf8003e66bf447d796f95.tar.bz2
catch up with renames
Diffstat (limited to 'examples') (more/less context) (ignore whitespace changes)
-rw-r--r--examples/opiebluez/obluezdemo/obluezdemo.pro4
-rw-r--r--examples/opiebluez/oblueztest/main.cpp2
-rw-r--r--examples/opiebluez/oblueztest/oblueztest.pro4
3 files changed, 5 insertions, 5 deletions
diff --git a/examples/opiebluez/obluezdemo/obluezdemo.pro b/examples/opiebluez/obluezdemo/obluezdemo.pro
index cea0fcc..b173dbc 100644
--- a/examples/opiebluez/obluezdemo/obluezdemo.pro
+++ b/examples/opiebluez/obluezdemo/obluezdemo.pro
@@ -1,14 +1,14 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG = qt warn_on 2CONFIG = qt warn_on
3HEADERS = main.h 3HEADERS = main.h
4SOURCES = main.cpp 4SOURCES = main.cpp
5INCLUDEPATH += $(OPIEDIR)/include 5INCLUDEPATH += $(OPIEDIR)/include
6DEPENDPATH += $(OPIEDIR)/include 6DEPENDPATH += $(OPIEDIR)/include
7LIBS += -lopiecore2 -lopieshower2 7LIBS += -lopiecore2 -lopiebluez2
8TARGET = oshowerdemo 8TARGET = obluezdemo
9 9
10!contains( platform, x11 ) { 10!contains( platform, x11 ) {
11 include( $(OPIEDIR)/include.pro ) 11 include( $(OPIEDIR)/include.pro )
12} 12}
13 13
14contains( platform, x11 ) { 14contains( platform, x11 ) {
diff --git a/examples/opiebluez/oblueztest/main.cpp b/examples/opiebluez/oblueztest/main.cpp
index a9fa3f6..2e66d9a 100644
--- a/examples/opiebluez/oblueztest/main.cpp
+++ b/examples/opiebluez/oblueztest/main.cpp
@@ -1,11 +1,11 @@
1#include <opie2/odebug.h> 1#include <opie2/odebug.h>
2#include <opie2/obluetooth.h> 2#include <opie2/obluetooth.h>
3 3
4using namespace Opie::Core; 4using namespace Opie::Core;
5using namespace Opie::Shower; 5using namespace Opie::Bluez;
6 6
7int main( int argc, char** argv ) 7int main( int argc, char** argv )
8{ 8{
9 OBluetooth* sys = OBluetooth::instance(); 9 OBluetooth* sys = OBluetooth::instance();
10 10
11 OBluetooth::InterfaceIterator it = sys->iterator(); 11 OBluetooth::InterfaceIterator it = sys->iterator();
diff --git a/examples/opiebluez/oblueztest/oblueztest.pro b/examples/opiebluez/oblueztest/oblueztest.pro
index 4439949..7fe0c18 100644
--- a/examples/opiebluez/oblueztest/oblueztest.pro
+++ b/examples/opiebluez/oblueztest/oblueztest.pro
@@ -1,14 +1,14 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG = qt warn_on 2CONFIG = qt warn_on
3HEADERS = main.h 3HEADERS = main.h
4SOURCES = main.cpp 4SOURCES = main.cpp
5INCLUDEPATH += $(OPIEDIR)/include 5INCLUDEPATH += $(OPIEDIR)/include
6DEPENDPATH += $(OPIEDIR)/include 6DEPENDPATH += $(OPIEDIR)/include
7LIBS += -lopiecore2 -lopieshower2 7LIBS += -lopiecore2 -lopiebluez2
8TARGET = oshowertest 8TARGET = oblueztest
9 9
10!contains( platform, x11 ) { 10!contains( platform, x11 ) {
11 include( $(OPIEDIR)/include.pro ) 11 include( $(OPIEDIR)/include.pro )
12} 12}
13 13
14contains( platform, x11 ) { 14contains( platform, x11 ) {