summaryrefslogtreecommitdiff
path: root/noncore/apps/keyz-cfg/zkbnames.cpp
Unidiff
Diffstat (limited to 'noncore/apps/keyz-cfg/zkbnames.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/keyz-cfg/zkbnames.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/apps/keyz-cfg/zkbnames.cpp b/noncore/apps/keyz-cfg/zkbnames.cpp
index c20a114..b2180ba 100644
--- a/noncore/apps/keyz-cfg/zkbnames.cpp
+++ b/noncore/apps/keyz-cfg/zkbnames.cpp
@@ -1,14 +1,13 @@
1#include <qmap.h> 1#include <qmap.h>
2#include <qstring.h>
3 2
4#include "zkbnames.h" 3#include "zkbnames.h"
5 4
6QString Null_String((const char*) 0); 5QString Null_String((const char*) 0);
7 6
8// Implementation of KeyNames 7// Implementation of KeyNames
9static struct { 8static struct {
10 int key; 9 int key;
11 char *name; 10 char *name;
12} Key_Names[] = { 11} Key_Names[] = {
13 { 32, "Space" }, 12 { 32, "Space" },
14 { 39, "Apostrophe" }, 13 { 39, "Apostrophe" },