summaryrefslogtreecommitdiffstats
path: root/kkbswitch/xkeyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'kkbswitch/xkeyboard.h')
-rw-r--r--kkbswitch/xkeyboard.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kkbswitch/xkeyboard.h b/kkbswitch/xkeyboard.h
index 221acb9..dc2454a 100644
--- a/kkbswitch/xkeyboard.h
+++ b/kkbswitch/xkeyboard.h
@@ -20,7 +20,7 @@
#include "config.h"
-#include <qobject.h>
+#include <ntqobject.h>
#include <X11/Xlib.h>
#include <X11/XKBlib.h>
@@ -29,13 +29,13 @@
#include <libxklavier/xklavier.h>
#endif
-class QStringList;
+class TQStringList;
/**This class incapsulates XKeyboard Extension interface
*@author Leonid Zeitlin
*/
-class XKeyboard : public QObject {
+class XKeyboard : public TQObject {
Q_OBJECT
private:
#ifndef HAVE_LIBXKLAVIER
@@ -51,7 +51,7 @@ public:
/** Set the current keyboard group to the given groupno */
void setGroupNo(int groupno);
/** Get the names of the currently configured keyboard groups */
- void getGroupNames(QStringList &list);
+ void getGroupNames(TQStringList &list);
static XKeyboard* self();
/** return the current keyboard group index */
int getGroupNo();