author | drw <drw> | 2004-03-02 16:37:21 (UTC) |
---|---|---|
committer | drw <drw> | 2004-03-02 16:37:21 (UTC) |
commit | c4c97ef4ccf9d379ff59560c3ae3c32f95fc51d1 (patch) (side-by-side diff) | |
tree | cf5b1b8d8dce7a87176a2a78c6acd929bfd097bf /libopie2 | |
parent | 10d627d55eaab6cda26b03879f1b0fe31d1b273b (diff) | |
download | opie-c4c97ef4ccf9d379ff59560c3ae3c32f95fc51d1.zip opie-c4c97ef4ccf9d379ff59560c3ae3c32f95fc51d1.tar.gz opie-c4c97ef4ccf9d379ff59560c3ae3c32f95fc51d1.tar.bz2 |
Added OTicker class to libopie2
-rw-r--r-- | libopie2/opieui/opieui.pro | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/libopie2/opieui/opieui.pro b/libopie2/opieui/opieui.pro index 8506794..1be8db5 100644 --- a/libopie2/opieui/opieui.pro +++ b/libopie2/opieui/opieui.pro @@ -6,40 +6,42 @@ HEADERS = oclickablelabel.h \ ofontselector.h \ oimageeffect.h \ olistview.h \ + omessagebox.h \ opixmapeffect.h \ opopupmenu.h \ opixmapprovider.h \ + oresource.h \ oselector.h \ + oseparator.h \ otabinfo.h \ otabbar.h \ otabwidget.h \ + otaskbarapplet.h \ + oticker.h \ otimepicker.h \ oversatileview.h \ oversatileviewitem.h \ - omessagebox.h \ - oresource.h \ - otaskbarapplet.h \ - oseparator.h \ - owait.h + owait.h SOURCES = oclickablelabel.cpp \ + odialog.cpp \ ofontselector.cpp \ oimageeffect.cpp \ olistview.cpp \ opixmapeffect.cpp \ opopupmenu.cpp \ opixmapprovider.cpp \ + oresource.cpp \ oselector.cpp \ + oseparator.cpp \ otabbar.cpp \ otabwidget.cpp \ + otaskbarapplet.cpp \ + oticker.cpp \ otimepicker.cpp \ oversatileview.cpp \ oversatileviewitem.cpp \ - odialog.cpp \ - oresource.cpp \ - otaskbarapplet.cpp \ - oseparator.cpp \ - owait.cpp + owait.cpp include ( big-screen/big-screen.pro ) include ( fileselector/fileselector.pro ) |