summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/fortune/fortunepluginwidget.h
Unidiff
Diffstat (limited to 'noncore/todayplugins/fortune/fortunepluginwidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/todayplugins/fortune/fortunepluginwidget.h3
1 files changed, 0 insertions, 3 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 @@
24#include <opie/oprocess.h> 24#include <opie/oprocess.h>
25 25
26 26
27class FortunePluginWidget : public QWidget 27class FortunePluginWidget : public QWidget
28{ 28{
29 29
30 Q_OBJECT 30 Q_OBJECT
31 31
32public: 32public:
33 FortunePluginWidget( QWidget *parent, const char *name ); 33 FortunePluginWidget( QWidget *parent, const char *name );
34 ~FortunePluginWidget(); 34 ~FortunePluginWidget();
35 35
36protected slots:
37 void startFortune();
38
39private: 36private:
40 OTicker *fortune; 37 OTicker *fortune;
41 OProcess *fortuneProcess; 38 OProcess *fortuneProcess;
42 39
43 void getFortune(); 40 void getFortune();
44 41
45private slots: 42private slots:
46 void slotStdOut( OProcess*, char*, int ); 43 void slotStdOut( OProcess*, char*, int );
47}; 44};
48 45
49#endif 46#endif