summaryrefslogtreecommitdiff
path: root/core/pim/today/todayplugininterface.h
Side-by-side diff
Diffstat (limited to 'core/pim/today/todayplugininterface.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/today/todayplugininterface.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/core/pim/today/todayplugininterface.h b/core/pim/today/todayplugininterface.h
index 01e7d58..becb79c 100644
--- a/core/pim/today/todayplugininterface.h
+++ b/core/pim/today/todayplugininterface.h
@@ -4,5 +4,5 @@
#include <qpe/qcom.h>
-#include "configwidget.h"
+#include "todayconfigwidget.h"
class QString;
@@ -36,8 +36,5 @@ public:
virtual double versionNumber() const = 0;
- /**
- * the path and name of the identifer icon that should be shown
- * in "Resource" notation, that means only subdir/picname form $QPEDIR/pics
- */
+
virtual QString pixmapNameWidget() const = 0;
@@ -56,5 +53,5 @@ public:
* If the plugin has a config widget, it _needs_ a parent here.
*/
- virtual ConfigWidget* configWidget( QWidget * ) = 0;
+ virtual TodayConfigWidget* configWidget( QWidget * ) = 0;
/**
@@ -66,10 +63,10 @@ public:
* minimum height the plugin at least should have
*/
- virtual int minHeight() const = 0;
+ // virtual int minHeight() const = 0;
/**
* maximum height that should be used before starting scrolling
*/
- virtual int maxHeight() const = 0;
+ // virtual int maxHeight() const = 0;
};