20#ifndef _TDEINPUTDEVICE_H
21#define _TDEINPUTDEVICE_H
23#include "tdegenericdevice.h"
25namespace TDEInputDeviceType {
26enum TDEInputDeviceType {
37class TDECORE_EXPORT TDEInputDevice :
public TDEGenericDevice
44 TDEInputDevice(TDEGenericDeviceType::TDEGenericDeviceType dt, TQString dn=TQString::null);
54 TDEInputDeviceType::TDEInputDeviceType inputType();
61 void internalSetInputType(TDEInputDeviceType::TDEInputDeviceType it);
64 TDEInputDeviceType::TDEInputDeviceType m_inputType;
66 friend class TDEHardwareDevices;