summaryrefslogtreecommitdiffstats
path: root/extra/kde332
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-04 01:49:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-04 01:49:44 -0600
commit2627136bb0f3c43fb2d0cb48838ea70425d17241 (patch)
tree12de29576081ce2853e17c6dabb07da665068455 /extra/kde332
parent12cadbfed97cb4735f3f910f57cba5739438077c (diff)
downloadpytde-2627136bb0f3c43fb2d0cb48838ea70425d17241.tar.gz
pytde-2627136bb0f3c43fb2d0cb48838ea70425d17241.zip
Additional cleanup
Diffstat (limited to 'extra/kde332')
-rw-r--r--extra/kde332/kkeyserver_x11.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/kde332/kkeyserver_x11.h b/extra/kde332/kkeyserver_x11.h
index 076cdb1..b05db49 100644
--- a/extra/kde332/kkeyserver_x11.h
+++ b/extra/kde332/kkeyserver_x11.h
@@ -167,7 +167,7 @@ namespace KKeyServer
* Returns the qt key code.
* @return the qt key code
*/
- int keyCodeTQt() const { return (int) m_sym; }
+ int keyCodeQt() const { return (int) m_sym; }
/**
* Sets the qt key code.