-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 @@ -33,9 +33,6 @@ public: FortunePluginWidget( QWidget *parent, const char *name ); ~FortunePluginWidget(); -protected slots: - void startFortune(); - private: OTicker *fortune; OProcess *fortuneProcess; 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 @@ -4,5 +4,5 @@ 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 |