summaryrefslogtreecommitdiff
path: root/noncore/apps/confedit/listviewitemconf.h
authortille <tille>2002-06-30 01:05:42 (UTC)
committer tille <tille>2002-06-30 01:05:42 (UTC)
commit064b3d7b91a526a64c22facba228e3c2fec8fdc8 (patch) (side-by-side diff)
tree98221da79a27bc13b8214b92c8c936c529312e24 /noncore/apps/confedit/listviewitemconf.h
parent1f9e13bb2d287a2495e2cbb0f8be0f53c883eae2 (diff)
downloadopie-064b3d7b91a526a64c22facba228e3c2fec8fdc8.zip
opie-064b3d7b91a526a64c22facba228e3c2fec8fdc8.tar.gz
opie-064b3d7b91a526a64c22facba228e3c2fec8fdc8.tar.bz2
late night
Diffstat (limited to 'noncore/apps/confedit/listviewitemconf.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/confedit/listviewitemconf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/apps/confedit/listviewitemconf.h b/noncore/apps/confedit/listviewitemconf.h
index c6e60ba..3c504ed 100644
--- a/noncore/apps/confedit/listviewitemconf.h
+++ b/noncore/apps/confedit/listviewitemconf.h
@@ -20,16 +20,20 @@ public:
ListViewItemConf(ListViewItemConf *parent);
ListViewItemConf(QListView *parent);
~ListViewItemConf();
int getType();
+ void save();
+ virtual void revert() = 0;
+ virtual void remove() = 0;
virtual void displayText() = 0;
virtual void changed();
bool isChanged() {return _changed;};
virtual void unchanged();
+ virtual bool revertable();
protected:
int _type;
bool _changed;
};