summaryrefslogtreecommitdiffstats
path: root/kcontrol/usbview/kcmusb.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/usbview/kcmusb.h')
-rw-r--r--kcontrol/usbview/kcmusb.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kcontrol/usbview/kcmusb.h b/kcontrol/usbview/kcmusb.h
index 275431078..472b289b4 100644
--- a/kcontrol/usbview/kcmusb.h
+++ b/kcontrol/usbview/kcmusb.h
@@ -12,7 +12,7 @@
#ifndef _KCMUSB_H
#define _KCMUSB_H
-#include <qintdict.h>
+#include <tqintdict.h>
#include <kcmodule.h>
@@ -27,20 +27,20 @@ class USBViewer : public KCModule
public:
- USBViewer(QWidget *parent = 0L, const char *name = 0L, const QStringList &list=QStringList() );
+ USBViewer(TQWidget *parent = 0L, const char *name = 0L, const TQStringList &list=TQStringList() );
void load();
protected slots:
- void selectionChanged(QListViewItem *item);
+ void selectionChanged(TQListViewItem *item);
void refresh();
private:
- QIntDict<QListViewItem> _items;
- QListView *_devices;
- QTextView *_details;
+ TQIntDict<TQListViewItem> _items;
+ TQListView *_devices;
+ TQTextView *_details;
};