summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/opie-console.pro
authoribotty <ibotty>2002-10-06 19:17:57 (UTC)
committer ibotty <ibotty>2002-10-06 19:17:57 (UTC)
commite99c8b4ed69d844bfab7cb1f1f5a514fdad3118f (patch) (unidiff)
tree88b9d305f7b12f1c7a9be01a027c1db73ee13dd0 /noncore/apps/opie-console/opie-console.pro
parentaa8332baeebf7056d81fc245399477c7feaa1235 (diff)
downloadopie-e99c8b4ed69d844bfab7cb1f1f5a514fdad3118f.zip
opie-e99c8b4ed69d844bfab7cb1f1f5a514fdad3118f.tar.gz
opie-e99c8b4ed69d844bfab7cb1f1f5a514fdad3118f.tar.bz2
wrote first incarnation of widget_layer.cpp.
edited widget_layer.h accordingly.
Diffstat (limited to 'noncore/apps/opie-console/opie-console.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/opie-console.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro
index 831ca34..5c2d04e 100644
--- a/noncore/apps/opie-console/opie-console.pro
+++ b/noncore/apps/opie-console/opie-console.pro
@@ -23,3 +23,4 @@ HEADERS = io_layer.h io_serial.h \
23 screen.h \ 23 screen.h \
24 keytrans.h 24 keytrans.h \
25 widget_layer.h
25 26
@@ -42,3 +43,4 @@ SOURCES = io_layer.cpp io_serial.cpp \
42 screen.cpp \ 43 screen.cpp \
43 keytrans.cpp 44 keytrans.cpp \
45 widget_layer.cpp
44 46