diff options
Diffstat (limited to 'kxkb/extension.h')
-rw-r--r-- | kxkb/extension.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kxkb/extension.h b/kxkb/extension.h index 9a3d2da8e..091cce582 100644 --- a/kxkb/extension.h +++ b/kxkb/extension.h @@ -17,8 +17,8 @@ public: static bool setXkbOptions(const XkbOptions options); static TQString getServerOptions(); - bool setGroup(unsigned int group); - unsigned int getGroup() const; + bool setGroup(uint group); + uint getGroup() const; void processXEvent(XEvent *ev); private: |