summaryrefslogtreecommitdiff
path: root/noncore/apps/confedit/listviewitemconfigentry.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/listviewitemconfigentry.h
parent1f9e13bb2d287a2495e2cbb0f8be0f53c883eae2 (diff)
downloadopie-064b3d7b91a526a64c22facba228e3c2fec8fdc8.zip
opie-064b3d7b91a526a64c22facba228e3c2fec8fdc8.tar.gz
opie-064b3d7b91a526a64c22facba228e3c2fec8fdc8.tar.bz2
late night
Diffstat (limited to 'noncore/apps/confedit/listviewitemconfigentry.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/confedit/listviewitemconfigentry.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/noncore/apps/confedit/listviewitemconfigentry.h b/noncore/apps/confedit/listviewitemconfigentry.h
index 1ff0491..6b651a6 100644
--- a/noncore/apps/confedit/listviewitemconfigentry.h
+++ b/noncore/apps/confedit/listviewitemconfigentry.h
@@ -36,3 +36,5 @@ public:
virtual void changed();
+ virtual void remove();
void save(QTextStream*);
+ virtual void revert();
private:
@@ -42,2 +44,5 @@ private:
QString _value;
+ QString _groupOrig;
+ QString _keyOrig;
+ QString _valueOrig;
ListViewItemConfFile *_fileItem;