-rw-r--r-- | noncore/todayplugins/fortune/fortunepluginwidget.h | 3 | ||||
-rw-r--r-- | noncore/todayplugins/fortune/opie-today-fortuneplugin.control | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/noncore/todayplugins/fortune/fortunepluginwidget.h b/noncore/todayplugins/fortune/fortunepluginwidget.h index dd3cd6f..302d046 100644 --- a/noncore/todayplugins/fortune/fortunepluginwidget.h +++ b/noncore/todayplugins/fortune/fortunepluginwidget.h @@ -4,46 +4,43 @@ * copyright : (c) 2002 by Chris Larson * email : kergoth@handhelds.org * */ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ #ifndef FORTUNE_PLUGIN_WIDGET_H #define FORTUNE_PLUGIN_WIDGET_H #include <qstring.h> #include <qwidget.h> #include <opie/oticker.h> #include <opie/oprocess.h> class FortunePluginWidget : public QWidget { Q_OBJECT public: FortunePluginWidget( QWidget *parent, const char *name ); ~FortunePluginWidget(); -protected slots: - void startFortune(); - private: OTicker *fortune; OProcess *fortuneProcess; void getFortune(); private slots: void slotStdOut( OProcess*, char*, int ); }; #endif diff --git a/noncore/todayplugins/fortune/opie-today-fortuneplugin.control b/noncore/todayplugins/fortune/opie-today-fortuneplugin.control index 1a62afc..d5feb37 100644 --- a/noncore/todayplugins/fortune/opie-today-fortuneplugin.control +++ b/noncore/todayplugins/fortune/opie-today-fortuneplugin.control @@ -1,8 +1,8 @@ Files: plugins/today/libtodayfortuneplugin.so* Priority: optional Section: opie/applications Maintainer: Chris Larson <kergoth@handhelds.org> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION -Depends: qt-embedded (>=$QTE_VERSION), opie-today +Depends: opie-today, fortune Description: 'fortune' plugin for today |