From fd3a982e26813f5bcc82c7e89ce6fa2ad44432bf Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 7 Jan 2011 04:10:07 +0000 Subject: Revert automated changes Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1212480 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcontrol/input/logitechmouse.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'kcontrol/input/logitechmouse.h') diff --git a/kcontrol/input/logitechmouse.h b/kcontrol/input/logitechmouse.h index 20e7400c2..4ea296725 100644 --- a/kcontrol/input/logitechmouse.h +++ b/kcontrol/input/logitechmouse.h @@ -61,36 +61,36 @@ protected slots: void stopTimerForNow(); private: - void initCordlesstqStatusReporting(); - void updateCordlesstqStatus(); + void initCordlessStatusReporting(); + void updateCordlessStatus(); void setLogitechTo400(); void setLogitechTo800(); TQString cordlessName(); - TQ_UINT8 resolution(); + Q_UINT8 resolution(); void updateResolution(); - TQ_UINT8 batteryLevel(); - TQ_UINT8 channel(); + Q_UINT8 batteryLevel(); + Q_UINT8 channel(); bool isDualChannelCapable(); TQTimer *doUpdate; struct usb_dev_handle *m_usbDeviceHandle; - bool m_connecttqStatus; // true if the CONNECT button on the mouse is pressed + bool m_connectStatus; // true if the CONNECT button on the mouse is pressed bool m_mousePowerup; // true if we are doing "just out of the box" auto-locking bool m_receiverUnlock; // true if mouse has been disconnected by a long press // of the receiver's CONNECT button bool m_waitLock; // true if receiver searching for new mouse because the // CONNECT button on the receiver was pressed - TQ_UINT8 m_batteryLevel; - TQ_UINT8 m_channel; - TQ_UINT8 m_cordlessNameIndex; // this gets convered into a TQString in cordlessName() - TQ_UINT16 m_cordlessSecurity; - TQ_UINT16 m_useSecondChannel; - TQ_UINT8 m_caseShape; - TQ_UINT8 m_numberOfButtons; - TQ_UINT8 m_resolution; + Q_UINT8 m_batteryLevel; + Q_UINT8 m_channel; + Q_UINT8 m_cordlessNameIndex; // this gets convered into a TQString in cordlessName() + Q_UINT16 m_cordlessSecurity; + Q_UINT16 m_useSecondChannel; + Q_UINT8 m_caseShape; + Q_UINT8 m_numberOfButtons; + Q_UINT8 m_resolution; bool m_twoChannelCapable; // true if the mouse supports dual channels bool m_verticalRoller; // true if the mouse has a vertical roller (wheel) bool m_horizontalRoller; // true if the mouse has a horizontal roller (wheel) -- cgit v1.2.1