author | kergoth <kergoth> | 2002-11-04 15:53:27 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-04 15:53:27 (UTC) |
commit | a59b7fd669c53ece7d4eb56eb5b69d8b5f298048 (patch) (side-by-side diff) | |
tree | cb8a26d2da36959b6961c30630be99fed54c5ea4 /noncore | |
parent | 17a29825dcf56cb0e224848e71e24ee6a884890b (diff) | |
download | opie-a59b7fd669c53ece7d4eb56eb5b69d8b5f298048.zip opie-a59b7fd669c53ece7d4eb56eb5b69d8b5f298048.tar.gz opie-a59b7fd669c53ece7d4eb56eb5b69d8b5f298048.tar.bz2 |
never code without caffeine.
-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 @@ -20,30 +20,27 @@ #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 |