author | zecke <zecke> | 2004-03-14 15:18:12 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-03-14 15:18:12 (UTC) |
commit | cf2499b03c783851e56049182c5e872d6dda3b63 (patch) (side-by-side diff) | |
tree | 7173e49144ec70ceb071236a361e1822ddc28fa2 | |
parent | a104a921518d4427bf3dc9edd2c968133420607c (diff) | |
download | opie-cf2499b03c783851e56049182c5e872d6dda3b63.zip opie-cf2499b03c783851e56049182c5e872d6dda3b63.tar.gz opie-cf2499b03c783851e56049182c5e872d6dda3b63.tar.bz2 |
Today Plugin changes
3 files changed, 3 insertions, 3 deletions
diff --git a/noncore/todayplugins/stockticker/stocktickerlib/config.in b/noncore/todayplugins/stockticker/stocktickerlib/config.in index b611104..cafb8a6 100644 --- a/noncore/todayplugins/stockticker/stocktickerlib/config.in +++ b/noncore/todayplugins/stockticker/stocktickerlib/config.in @@ -1,4 +1,4 @@ config TODAY_STOCKTICKERLIB boolean default "y" if TODAY_STOCKTICKER - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && TODAY + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIEUI2 && LIBOPIEPIM2 && TODAY diff --git a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro index baf6430..f482125 100644 --- a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro +++ b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro @@ -17,13 +17,13 @@ SOURCES = stocktickerplugin.cpp stocktickerpluginimpl.cpp stocktickerpluginwidge INCLUDEPATH += $(OPIEDIR)/include \ ../ ../library DEPENDPATH += $(OPIEDIR)/include \ ../ ../library -LIBS+= -lqpe -lopiecore2 -lopiepim2 -lopieui2 -lpthread +LIBS+= -lqpe -lopieui2 -lopiepim2 -lpthread TMAKE_CFLAGS += -D__UNIX__ DESTDIR = $(OPIEDIR)/plugins/today TARGET = todaystocktickerplugin include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginimpl.h b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginimpl.h index db5b8f9..c8dedcc 100644 --- a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginimpl.h +++ b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginimpl.h @@ -14,13 +14,13 @@ * * ***************************************************************************/ #ifndef STOCKTICKER_PLUGIN_IMPL_H #define STOCKTICKER_PLUGIN_IMPL_H -#include <opie/todayplugininterface.h> +#include <opie2/todayplugininterface.h> class StockTickerPlugin; class StockTickerPluginImpl : public TodayPluginInterface{ public: |