author | zecke <zecke> | 2002-09-15 22:13:33 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-09-15 22:13:33 (UTC) |
commit | 09561ee29b5288e02e513172fc590d27e9e09333 (patch) (side-by-side diff) | |
tree | 17b53b05190fbc9aee4e5d719e98f9790c764eff | |
parent | 0d3846a0966f22776b743cd1a39b32a16ddc9cab (diff) | |
download | opie-09561ee29b5288e02e513172fc590d27e9e09333.zip opie-09561ee29b5288e02e513172fc590d27e9e09333.tar.gz opie-09561ee29b5288e02e513172fc590d27e9e09333.tar.bz2 |
revert my changes
-rw-r--r-- | core/pim/today/plugins/datebook/datebook.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/today/plugins/datebook/datebook.pro b/core/pim/today/plugins/datebook/datebook.pro index 7f5dfed..615059a 100644 --- a/core/pim/today/plugins/datebook/datebook.pro +++ b/core/pim/today/plugins/datebook/datebook.pro @@ -1,15 +1,15 @@ TEMPLATE = lib CONFIG -= moc CONFIG += qt debug # Input HEADERS = datebookplugin.h datebookpluginimpl.h datebookpluginconfig.h \ - datebookevent.h datebookpluginwidget.h ../../configwidget.h + datebookevent.h datebookpluginwidget.h SOURCES = datebookplugin.cpp datebookpluginimpl.cpp datebookpluginconfig.cpp \ datebookevent.cpp datebookpluginwidget.cpp INCLUDEPATH += $(OPIEDIR)/include \ ../ ../library DEPENDPATH += $(OPIEDIR)/include \ ../ ../library |