From 577cdc4f2ce81eaceb132af08d8ab6fe12b4eadc Mon Sep 17 00:00:00 2001 From: tille Date: Wed, 03 Sep 2003 15:49:42 +0000 Subject: libopie2fied it was always a test app ;) --- (limited to 'noncore/apps/confedit/listviewitemconf.cpp') diff --git a/noncore/apps/confedit/listviewitemconf.cpp b/noncore/apps/confedit/listviewitemconf.cpp index 91edca2..61bd7ea 100644 --- a/noncore/apps/confedit/listviewitemconf.cpp +++ b/noncore/apps/confedit/listviewitemconf.cpp @@ -13,13 +13,13 @@ ListViewItemConf::ListViewItemConf(ListViewItemConf *parent) : QListViewItem(parent), _changed(false) { } - + ListViewItemConf::ListViewItemConf(QListView *parent) : QListViewItem(parent), _changed(false) { _type = File; } - + ListViewItemConf::~ListViewItemConf() { } @@ -48,4 +48,7 @@ void ListViewItemConf::unchanged() bool ListViewItemConf::revertable() { return _changed; -} \ No newline at end of file +} + + + -- cgit v0.9.0.2