summaryrefslogtreecommitdiff
path: root/examples/todayplugin/exampleplugin.h
Unidiff
Diffstat (limited to 'examples/todayplugin/exampleplugin.h') (more/less context) (show whitespace changes)
-rw-r--r--examples/todayplugin/exampleplugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/todayplugin/exampleplugin.h b/examples/todayplugin/exampleplugin.h
index a1df923..94f5b37 100644
--- a/examples/todayplugin/exampleplugin.h
+++ b/examples/todayplugin/exampleplugin.h
@@ -3,26 +3,26 @@
3 * 3 *
4 * email : harlekin@handhelds.org 4 * email : harlekin@handhelds.org
5 * 5 *
6 */ 6 */
7 7
8 8
9#ifndef EXAMPLE_PLUGIN_H 9#ifndef EXAMPLE_PLUGIN_H
10#define EXAMPLE_PLUGIN_H 10#define EXAMPLE_PLUGIN_H
11 11
12#include <qwidget.h> 12#include <qwidget.h>
13#include <qguardedptr.h> 13#include <qguardedptr.h>
14 14
15#include <opie/todayplugininterface.h> 15#include <opie2/todayplugininterface.h>
16#include <opie/todayconfigwidget.h> 16#include <opie2/todayconfigwidget.h>
17 17
18#include "examplepluginwidget.h" 18#include "examplepluginwidget.h"
19 19
20// implementation of the today plugin interface 20// implementation of the today plugin interface
21class ExamplePlugin : public TodayPluginObject { 21class ExamplePlugin : public TodayPluginObject {
22 22
23public: 23public:
24 ExamplePlugin(); 24 ExamplePlugin();
25 ~ExamplePlugin(); 25 ~ExamplePlugin();
26 26
27 QString pluginName() const; 27 QString pluginName() const;
28 double versionNumber() const; 28 double versionNumber() const;