diff options
author | Timothy Pearson <[email protected]> | 2011-12-04 01:49:44 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-04 01:49:44 -0600 |
commit | 2627136bb0f3c43fb2d0cb48838ea70425d17241 (patch) | |
tree | 12de29576081ce2853e17c6dabb07da665068455 /sip/tdecore/kshortcut.sip | |
parent | 12cadbfed97cb4735f3f910f57cba5739438077c (diff) | |
download | pytde-2627136bb0f3c43fb2d0cb48838ea70425d17241.tar.gz pytde-2627136bb0f3c43fb2d0cb48838ea70425d17241.zip |
Additional cleanup
Diffstat (limited to 'sip/tdecore/kshortcut.sip')
-rw-r--r-- | sip/tdecore/kshortcut.sip | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sip/tdecore/kshortcut.sip b/sip/tdecore/kshortcut.sip index 9e7c745..4f7ca1c 100644 --- a/sip/tdecore/kshortcut.sip +++ b/sip/tdecore/kshortcut.sip @@ -43,7 +43,7 @@ public: enum { - TQtWIN + QtWIN }; %End @@ -82,7 +82,7 @@ public: bool operator < (const KKey&) const; %End - int keyCodeTQt () const; + int keyCodeQt () const; TQString toString () const; TQString toStringInternal () const; void simplify (); @@ -103,7 +103,7 @@ public: enum { - TQtWIN + QtWIN }; %End @@ -115,7 +115,7 @@ public: enum { - TQtWIN + QtWIN }; %End @@ -165,7 +165,7 @@ public: %End TQKeySequence qt () const; - int keyCodeTQt () const; + int keyCodeQt () const; TQString toString () const; TQString toStringInternal () const; static KKeySequence& null (); @@ -193,7 +193,7 @@ public: enum { - MAX_SETQUENCES + MAX_SEQUENCES }; KShortcut (); @@ -213,7 +213,7 @@ public: bool init (const TQString&); uint count () const; const KKeySequence& seq (uint) const; - int keyCodeTQt () const; + int keyCodeQt () const; bool isNull () const; int compare (const KShortcut&) const; |