summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/scanlistitem.h
authormickeyl <mickeyl>2002-11-21 17:59:47 (UTC)
committer mickeyl <mickeyl>2002-11-21 17:59:47 (UTC)
commitcaf4327beab6e7e47f3eedcec71de7b28b03485f (patch) (side-by-side diff)
tree3455b9e7ba7951217f58a75db845663c165b80b3 /noncore/net/wellenreiter/gui/scanlistitem.h
parent1c1eabfe924ba0e1be8b3ce1d4d837ac15855f74 (diff)
downloadopie-caf4327beab6e7e47f3eedcec71de7b28b03485f.zip
opie-caf4327beab6e7e47f3eedcec71de7b28b03485f.tar.gz
opie-caf4327beab6e7e47f3eedcec71de7b28b03485f.tar.bz2
- new tab for the log window
- main.cpp fix - started work on scanlistitem
Diffstat (limited to 'noncore/net/wellenreiter/gui/scanlistitem.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/scanlistitem.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/noncore/net/wellenreiter/gui/scanlistitem.h b/noncore/net/wellenreiter/gui/scanlistitem.h
new file mode 100644
index 0000000..2bed9d0
--- a/dev/null
+++ b/noncore/net/wellenreiter/gui/scanlistitem.h
@@ -0,0 +1,27 @@
+/**********************************************************************
+** Copyright (C) 2002 Michael 'Mickey' Lauer. All rights reserved.
+**
+** This file is part of Opie Environment.
+**
+** This file may be distributed and/or modified under the terms of the
+** GNU General Public License version 2 as published by the Free Software
+** Foundation and appearing in the file LICENSE.GPL included in the
+** packaging of this file.
+**
+** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
+** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+**
+**********************************************************************/
+
+#ifndef SCANLISTITEM_H
+#define SCANLISTITEM_H
+
+#include <qlistview.h>
+
+class MScanListItem: public QListViewItem
+{
+
+};
+
+#endif
+