summaryrefslogtreecommitdiff
path: root/libopie/libopie.pro
authorsandman <sandman>2002-12-22 23:54:50 (UTC)
committer sandman <sandman>2002-12-22 23:54:50 (UTC)
commit5c7694a7baadec8afe128ad2541e0a8acfc23737 (patch) (unidiff)
treec3dc0189dd9933e43565d85183474adfdc0de7aa /libopie/libopie.pro
parent3ef4b1549eca77c3d1c3ef710eb6abbd3de336be (diff)
downloadopie-5c7694a7baadec8afe128ad2541e0a8acfc23737.zip
opie-5c7694a7baadec8afe128ad2541e0a8acfc23737.tar.gz
opie-5c7694a7baadec8afe128ad2541e0a8acfc23737.tar.bz2
- added the device button stuff to ODevice
- ODevice is now derived from QObject (don't ask me why I didn't make this from the beginning)
Diffstat (limited to 'libopie/libopie.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/libopie.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/libopie/libopie.pro b/libopie/libopie.pro
index c829083..58a7489 100644
--- a/libopie/libopie.pro
+++ b/libopie/libopie.pro
@@ -4,13 +4,13 @@ HEADERS = ofontmenu.h \
4 ocolorbutton.h \ 4 ocolorbutton.h \
5 ofiledialog.h ofileselector.h tododb.h \ 5 ofiledialog.h ofileselector.h tododb.h \
6 ocheckitem.h todoevent.h todoresource.h \ 6 ocheckitem.h todoevent.h todoresource.h \
7 todovcalresource.h xmltree.h \ 7 todovcalresource.h xmltree.h \
8 colordialog.h colorpopupmenu.h \ 8 colordialog.h colorpopupmenu.h \
9 oclickablelabel.h oprocctrl.h \ 9 oclickablelabel.h oprocctrl.h \
10 oprocess.h odevice.h \ 10 oprocess.h odevice.h odevicebutton.h \
11 otimepicker.h otabwidget.h \ 11 otimepicker.h otabwidget.h \
12 otabbar.h otabinfo.h \ 12 otabbar.h otabinfo.h \
13 ofontselector.h \ 13 ofontselector.h \
14 pim/opimrecord.h \ 14 pim/opimrecord.h \
15 pim/otodo.h \ 15 pim/otodo.h \
16 pim/orecordlist.h \ 16 pim/orecordlist.h \
@@ -46,13 +46,13 @@ SOURCES = ofontmenu.cc \
46 xmltree.cc \ 46 xmltree.cc \
47 ofiledialog.cc ofileselector.cc \ 47 ofiledialog.cc ofileselector.cc \
48 ocheckitem.cpp tododb.cpp todoevent.cpp \ 48 ocheckitem.cpp tododb.cpp todoevent.cpp \
49 todovcalresource.cpp colordialog.cpp \ 49 todovcalresource.cpp colordialog.cpp \
50 colorpopupmenu.cpp oclickablelabel.cpp \ 50 colorpopupmenu.cpp oclickablelabel.cpp \
51 oprocctrl.cpp oprocess.cpp \ 51 oprocctrl.cpp oprocess.cpp \
52 odevice.cpp otimepicker.cpp \ 52 odevice.cpp odevicebutton.cpp otimepicker.cpp \
53 otabwidget.cpp otabbar.cpp \ 53 otabwidget.cpp otabbar.cpp \
54 ofontselector.cpp \ 54 ofontselector.cpp \
55 pim/otodo.cpp \ 55 pim/otodo.cpp \
56 pim/opimrecord.cpp \ 56 pim/opimrecord.cpp \
57 pim/otodoaccess.cpp \ 57 pim/otodoaccess.cpp \
58 pim/otodoaccessbackend.cpp \ 58 pim/otodoaccessbackend.cpp \