summaryrefslogtreecommitdiff
path: root/examples
Side-by-side diff
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
@@ -6,4 +6,4 @@ INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lopiecore2 -lopieshower2
-TARGET = oshowerdemo
+LIBS += -lopiecore2 -lopiebluez2
+TARGET = obluezdemo
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
@@ -4,3 +4,3 @@
using namespace Opie::Core;
-using namespace Opie::Shower;
+using namespace Opie::Bluez;
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
@@ -6,4 +6,4 @@ INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lopiecore2 -lopieshower2
-TARGET = oshowertest
+LIBS += -lopiecore2 -lopiebluez2
+TARGET = oblueztest