author | mickeyl <mickeyl> | 2005-07-10 18:23:38 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-07-10 18:23:38 (UTC) |
commit | 71fc7a0b9722b1a9695049f2885d5247449fbd6c (patch) (unidiff) | |
tree | 4006dff6f7333e72156426b7740a5ea725accc3a /examples/examples.pro | |
parent | 779359497a582d510da0448f41a14e44db6b52af (diff) | |
download | opie-71fc7a0b9722b1a9695049f2885d5247449fbd6c.zip opie-71fc7a0b9722b1a9695049f2885d5247449fbd6c.tar.gz opie-71fc7a0b9722b1a9695049f2885d5247449fbd6c.tar.bz2 |
s/opieshower/opiebluez/, infrared better goes through opienet
there's the need of a connection abstraction library which bases on opienet
and opiebluez in the future. It's for discussion if it makes sense in Opie 1.x
-rw-r--r-- | examples/examples.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro index fd83a9b..864ab67 100644 --- a/examples/examples.pro +++ b/examples/examples.pro | |||
@@ -1,18 +1,18 @@ | |||
1 | TEMPLATE = subdirs | 1 | TEMPLATE = subdirs |
2 | SUBDIRS = applet \ | 2 | SUBDIRS = applet \ |
3 | inputmethod \ | 3 | inputmethod \ |
4 | main-tab \ | 4 | main-tab \ |
5 | menuapplet \ | 5 | menuapplet \ |
6 | networksettings \ | 6 | networksettings \ |
7 | simple \ | 7 | simple \ |
8 | simple-icon \ | 8 | simple-icon \ |
9 | simple-main \ | 9 | simple-main \ |
10 | simple-pim \ | 10 | simple-pim \ |
11 | todayplugin \ | 11 | todayplugin \ |
12 | opiecore \ | 12 | opiecore \ |
13 | opiedb \ | 13 | opiedb \ |
14 | opiemm \ | 14 | opiemm \ |
15 | opienet \ | 15 | opienet \ |
16 | opieui \ | 16 | opieui \ |
17 | opieshower | 17 | opiebluez |
18 | 18 | ||