summaryrefslogtreecommitdiff
path: root/core/pim/today/configwidget.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/configwidget.h
parente49230a12104b718c46a34c81b6c0e608c9d40be (diff)
downloadopie-a26d188b7b91f9bdce1e6a44c40ce874cd50abde.zip
opie-a26d188b7b91f9bdce1e6a44c40ce874cd50abde.tar.gz
opie-a26d188b7b91f9bdce1e6a44c40ce874cd50abde.tar.bz2
interface updates
Diffstat (limited to 'core/pim/today/configwidget.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/today/configwidget.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/core/pim/today/configwidget.h b/core/pim/today/configwidget.h
deleted file mode 100644
index 02ce37a..0000000
--- a/core/pim/today/configwidget.h
+++ b/dev/null
@@ -1,17 +0,0 @@
-
-#ifndef CONFIG_WIDGET_H
-#define CONFIG_WIDGET_H
-
-
-class ConfigWidget : public QWidget {
-
-
-public:
-
- ConfigWidget( QWidget *parent, const char *name ) : QWidget( parent, name ) {} ;
- virtual ~ConfigWidget() {};
-
- virtual void writeConfig() = 0;
-};
-
-#endif