diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-30 19:55:42 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-30 19:55:42 +0000 |
commit | b4c31bafd8aec4f42f23f6c461f48ccbe33d3bc3 (patch) | |
tree | d80952c00b17a9ff93ed05d9a2a267b16fe30b8b /x11/kdebase4-workspace/files/patch-kxkb_kxkb.cpp | |
parent | This patch is no longer needed. (diff) |
Update to KDE 3.3
Diffstat (limited to 'x11/kdebase4-workspace/files/patch-kxkb_kxkb.cpp')
-rw-r--r-- | x11/kdebase4-workspace/files/patch-kxkb_kxkb.cpp | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/x11/kdebase4-workspace/files/patch-kxkb_kxkb.cpp b/x11/kdebase4-workspace/files/patch-kxkb_kxkb.cpp deleted file mode 100644 index bc011c166585..000000000000 --- a/x11/kdebase4-workspace/files/patch-kxkb_kxkb.cpp +++ /dev/null @@ -1,23 +0,0 @@ -=================================================================== -RCS file: /usr/repos/kde/kdebase/kxkb/kxkb.cpp,v -retrieving revision 1.70 -retrieving revision 1.72 -diff -u -p -r1.70 -r1.72 ---- kxkb/kxkb.cpp 2003/10/30 18:58:11 1.70 -+++ kxkb/kxkb.cpp 2004/06/28 14:19:03 1.72 -@@ -222,12 +222,12 @@ bool KXKBApp::settingsRead() - } - } - -- QString rule = "xfree86"; //config->readEntry("Rule", "xfree86"); -- m_rules = new KeyRules( rule ); -+ m_rules = new KeyRules(); - m_model = config->readEntry("Model", "pc104"); - m_layout = config->readEntry("Layout", ""); - m_defaultLayout = m_layout; - -+ - m_list = config->readListEntry("Additional"); - if (!m_list.contains(m_layout)) - { - |