summaryrefslogtreecommitdiffstats
path: root/kxkb/kxkb.h
diff options
context:
space:
mode:
Diffstat (limited to 'kxkb/kxkb.h')
-rw-r--r--kxkb/kxkb.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/kxkb/kxkb.h b/kxkb/kxkb.h
index 143b68301..5708efd48 100644
--- a/kxkb/kxkb.h
+++ b/kxkb/kxkb.h
@@ -32,6 +32,7 @@ DESCRIPTION
#include <tqptrqueue.h>
#include <kuniqueapplication.h>
+#include <tdegenericdevice.h>
#include "kxkbtraywindow.h"
#include "kxkbconfig.h"
@@ -78,6 +79,12 @@ protected slots:
void showLayoutNotification();
void showErrorNotification(TQString layout);
+ void hardwareAdded(TDEGenericDevice *dev);
+ void hardwareRemoved(TDEGenericDevice *dev);
+ void hardwareUpdated(TDEGenericDevice *dev);
+
+ void applySettings();
+
protected:
// Read settings, and apply them.
bool settingsRead();