]> Shamusworld >> Repos - architektonas/blobdiff - src/widgets/listviewitem.cpp
Sanity check step 1: Renaming files...
[architektonas] / src / widgets / listviewitem.cpp
similarity index 77%
rename from src/widgets/qg_listviewitem.cpp
rename to src/widgets/listviewitem.cpp
index 4d01feb1c01518525972608311c0c248ad93f9c3..c9baaa29a0843b69c254ee86c0d1eedcc74b870d 100644 (file)
@@ -1,5 +1,20 @@
-
-#include "qg_listviewitem.h"
+// listviewitem.cpp
+//
+// Part of the Architektonas Project
+// Originally part of QCad Community Edition by Andrew Mustun
+// Extensively rewritten and refactored by James L. Hammons
+// Portions copyright (C) 2001-2003 RibbonSoft
+// Copyright (C) 2010 Underground Software
+// See the README and GPLv2 files for licensing and warranty information
+//
+// JLH = James L. Hammons <jlhamm@acm.org>
+//
+// Who  When        What
+// ---  ----------  -----------------------------------------------------------
+// JLH  08/03/2010  Added this text. :-)
+//
+
+#include "listviewitem.h"
 
 #include <qpixmap.h>
 
@@ -14,7 +29,6 @@ QG_ListViewItem::QG_ListViewItem(QListWidget * par, const QString & label,
        this->id = id;
 
        setIcon(QIcon((open ? ":/res/folderopen.xpm" : ":/res/folderclosed.xpm")));
-
        setOpen(open);
 }