From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcontrol/input/logitechmouse.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'kcontrol/input/logitechmouse.h') diff --git a/kcontrol/input/logitechmouse.h b/kcontrol/input/logitechmouse.h index 8c7ef06d3..4ea296725 100644 --- a/kcontrol/input/logitechmouse.h +++ b/kcontrol/input/logitechmouse.h @@ -22,11 +22,11 @@ #ifndef __LOGITECHMOUSE_H__ #define __LOGITECHMOUSE_H__ -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include @@ -49,7 +49,7 @@ class LogitechMouse : public LogitechMouseBase Q_OBJECT public: - LogitechMouse( struct usb_device *usbDev, int mouseCapabilityFlags, QWidget* parent = 0, const char* name = 0 ); + LogitechMouse( struct usb_device *usbDev, int mouseCapabilityFlags, TQWidget* parent = 0, const char* name = 0 ); ~LogitechMouse(); void applyChanges(); void save(KConfig *config); @@ -67,14 +67,14 @@ private: void setLogitechTo400(); void setLogitechTo800(); - QString cordlessName(); + TQString cordlessName(); Q_UINT8 resolution(); void updateResolution(); Q_UINT8 batteryLevel(); Q_UINT8 channel(); bool isDualChannelCapable(); - QTimer *doUpdate; + TQTimer *doUpdate; struct usb_dev_handle *m_usbDeviceHandle; bool m_connectStatus; // true if the CONNECT button on the mouse is pressed @@ -85,7 +85,7 @@ private: // CONNECT button on the receiver was pressed Q_UINT8 m_batteryLevel; Q_UINT8 m_channel; - Q_UINT8 m_cordlessNameIndex; // this gets convered into a QString in cordlessName() + Q_UINT8 m_cordlessNameIndex; // this gets convered into a TQString in cordlessName() Q_UINT16 m_cordlessSecurity; Q_UINT16 m_useSecondChannel; Q_UINT8 m_caseShape; -- cgit v1.2.3