summaryrefslogtreecommitdiff
path: root/core/pim/today/todayplugininterface.h
authorharlekin <harlekin>2002-09-22 22:29:34 (UTC)
committer harlekin <harlekin>2002-09-22 22:29:34 (UTC)
commita26d188b7b91f9bdce1e6a44c40ce874cd50abde (patch) (side-by-side diff)
tree26a7efeca0a0778d3a96f876cb030dd414a177be /core/pim/today/todayplugininterface.h
parente49230a12104b718c46a34c81b6c0e608c9d40be (diff)
downloadopie-a26d188b7b91f9bdce1e6a44c40ce874cd50abde.zip
opie-a26d188b7b91f9bdce1e6a44c40ce874cd50abde.tar.gz
opie-a26d188b7b91f9bdce1e6a44c40ce874cd50abde.tar.bz2
interface updates
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;
};