summaryrefslogtreecommitdiffstats
path: root/kcontrol/input/logitechmouse.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:33:34 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:33:34 +0000
commitc663b6440964f6ac48027143ac9e63298991f9d0 (patch)
tree6d8b0c5a5f9db1ee16acf98b1397cea9126b281d /kcontrol/input/logitechmouse.h
parenta061f7191beebb0e4a3b0c0a7c534ec5f22f2dc7 (diff)
downloadtdebase-c663b6440964f6ac48027143ac9e63298991f9d0.tar.gz
tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcontrol/input/logitechmouse.h')
-rw-r--r--kcontrol/input/logitechmouse.h18
1 files changed, 9 insertions, 9 deletions
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 <qdialog.h>
-#include <qpushbutton.h>
-#include <qlabel.h>
-#include <qradiobutton.h>
-#include <qbuttongroup.h>
+#include <tqdialog.h>
+#include <tqpushbutton.h>
+#include <tqlabel.h>
+#include <tqradiobutton.h>
+#include <tqbuttongroup.h>
#include <kconfig.h>
@@ -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;