summaryrefslogtreecommitdiff
path: root/noncore/apps/confedit/listviewitemconf.cpp
authortille <tille>2003-09-03 15:49:42 (UTC)
committer tille <tille>2003-09-03 15:49:42 (UTC)
commit577cdc4f2ce81eaceb132af08d8ab6fe12b4eadc (patch) (side-by-side diff)
tree56416720d3c76eb8be931fbc27a82a7a7c5c5967 /noncore/apps/confedit/listviewitemconf.cpp
parent9bcca67b731d0cf3c10092ec31234d5d03cef5cd (diff)
downloadopie-577cdc4f2ce81eaceb132af08d8ab6fe12b4eadc.zip
opie-577cdc4f2ce81eaceb132af08d8ab6fe12b4eadc.tar.gz
opie-577cdc4f2ce81eaceb132af08d8ab6fe12b4eadc.tar.bz2
libopie2fied
it was always a test app ;)
Diffstat (limited to 'noncore/apps/confedit/listviewitemconf.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/confedit/listviewitemconf.cpp9
1 files changed, 6 insertions, 3 deletions
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
+}
+
+
+