-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 @@ -24,26 +24,23 @@ #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 |