summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/stockticker/stocktickerlib/stocktimerpluginwidget.h
authorllornkcor <llornkcor>2003-02-23 14:31:07 (UTC)
committer llornkcor <llornkcor>2003-02-23 14:31:07 (UTC)
commit135c6fb1d73d322b43c8a487d40675278f3bf5f5 (patch) (unidiff)
tree43d007722409e3d3ff9111ab95acd79464e37bee /noncore/todayplugins/stockticker/stocktickerlib/stocktimerpluginwidget.h
parenta566d1696216eead6a3e4ed8274ca6c04e296165 (diff)
downloadopie-135c6fb1d73d322b43c8a487d40675278f3bf5f5.zip
opie-135c6fb1d73d322b43c8a487d40675278f3bf5f5.tar.gz
opie-135c6fb1d73d322b43c8a487d40675278f3bf5f5.tar.bz2
remove bogus include
Diffstat (limited to 'noncore/todayplugins/stockticker/stocktickerlib/stocktimerpluginwidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/todayplugins/stockticker/stocktickerlib/stocktimerpluginwidget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/todayplugins/stockticker/stocktickerlib/stocktimerpluginwidget.h b/noncore/todayplugins/stockticker/stocktickerlib/stocktimerpluginwidget.h
index 2feef80..d7b6047 100644
--- a/noncore/todayplugins/stockticker/stocktickerlib/stocktimerpluginwidget.h
+++ b/noncore/todayplugins/stockticker/stocktickerlib/stocktimerpluginwidget.h
@@ -12,25 +12,24 @@
12 * the Free Software Foundation; either version 2 of the License, or * 12 * the Free Software Foundation; either version 2 of the License, or *
13 * (at your option) any later version. * 13 * (at your option) any later version. *
14 * * 14 * *
15 ***************************************************************************/ 15 ***************************************************************************/
16 16
17 17
18#ifndef MAIL_PLUGIN_WIDGET_H 18#ifndef MAIL_PLUGIN_WIDGET_H
19#define MAIL_PLUGIN_WIDGET_H 19#define MAIL_PLUGIN_WIDGET_H
20 20
21#include <qstring.h> 21#include <qstring.h>
22#include <qwidget.h> 22#include <qwidget.h>
23 23
24#include <opie/tododb.h>
25#include <opie/oclickablelabel.h> 24#include <opie/oclickablelabel.h>
26 25
27class MailPluginWidget : public QWidget { 26class MailPluginWidget : public QWidget {
28 27
29 Q_OBJECT 28 Q_OBJECT
30 29
31 30
32public: 31public:
33 MailPluginWidget( QWidget *parent, const char *name ); 32 MailPluginWidget( QWidget *parent, const char *name );
34 ~MailPluginWidget(); 33 ~MailPluginWidget();
35 34
36protected slots: 35protected slots: