summaryrefslogtreecommitdiffstats
path: root/khotkeys/shared/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'khotkeys/shared/input.h')
-rw-r--r--khotkeys/shared/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/khotkeys/shared/input.h b/khotkeys/shared/input.h
index a9f19240d..f74368944 100644
--- a/khotkeys/shared/input.h
+++ b/khotkeys/shared/input.h
@@ -58,7 +58,7 @@ class Kbd
TQValueList< KShortcut > shortcuts;
bool active;
};
- TQMap< Kbd_receiver*, Receiver_data > tqreceivers;
+ TQMap< Kbd_receiver*, Receiver_data > receivers;
TQMap< KShortcut, int > grabs;
KGlobalAccel* kga;
};