1 /***************************************************************************
2 * Copyright (C) 2001 by Matthias Hoelzer-Kluepfel <mhk@caldera.de> *
4 * This program is free software; you can redistribute it and/or modify *
5 * it under the terms of the GNU General Public License as published by *
6 * the Free Software Foundation; either version 2 of the License, or *
7 * (at your option) any later version. *
9 ***************************************************************************/
19 class QTreeWidgetItem
;
22 class USBViewer
: public KCModule
{
27 explicit USBViewer(QWidget
*parent
= 0L, const QVariantList
&list
=QVariantList());
33 void selectionChanged(QTreeWidgetItem
*item
);
38 QMap
<int, QTreeWidgetItem
*> _items
;
39 QTreeWidget
*_devices
;