diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 22:23:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 22:23:44 -0600 |
commit | 203ba231d0276943aae36111f9ec1e949f3c6a4c (patch) | |
tree | f039f7a5b5fc2da88a96876971bac580d87f6788 /sip/tdecore/kshortcut.sip | |
parent | fd35f4a8382b7d223bc0325b9ca3f88515778aa0 (diff) | |
download | pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.tar.gz pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.zip |
Initial TQt conversion
Diffstat (limited to 'sip/tdecore/kshortcut.sip')
-rw-r--r-- | sip/tdecore/kshortcut.sip | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/sip/tdecore/kshortcut.sip b/sip/tdecore/kshortcut.sip index bfc03c9..9e7c745 100644 --- a/sip/tdecore/kshortcut.sip +++ b/sip/tdecore/kshortcut.sip @@ -43,7 +43,7 @@ public: enum { - QtWIN + TQtWIN }; %End @@ -59,17 +59,17 @@ public: KKey (); KKey (int); - KKey (const QKeySequence&); - KKey (const QKeyEvent*); + KKey (const TQKeySequence&); + KKey (const TQKeyEvent*); KKey (const KKey&); - KKey (const QString&); + KKey (const TQString&); KKey (uint, uint); void clear (); bool init (int); - bool init (const QKeySequence&); - bool init (const QKeyEvent*); + bool init (const TQKeySequence&); + bool init (const TQKeyEvent*); bool init (const KKey&); - bool init (const QString&); + bool init (const TQString&); bool init (uint, uint); bool isNull () const; uint sym () const; @@ -82,17 +82,17 @@ public: bool operator < (const KKey&) const; %End - int keyCodeQt () const; - QString toString () const; - QString toStringInternal () const; + int keyCodeTQt () const; + TQString toString () const; + TQString toStringInternal () const; void simplify (); static KKey& null (); - static QString modFlagLabel (KKey::ModFlag); + static TQString modFlagLabel (KKey::ModFlag); public: %If ( - KDE_3_2_0 ) -//ig bool isValidQt () const; +//ig bool isValidTQt () const; //ig bool isValidNative () const; %End @@ -103,7 +103,7 @@ public: enum { - QtWIN + TQtWIN }; %End @@ -115,7 +115,7 @@ public: enum { - QtWIN + TQtWIN }; %End @@ -139,17 +139,17 @@ public: }; KKeySequence (); - KKeySequence (const QKeySequence&); + KKeySequence (const TQKeySequence&); KKeySequence (const KKey&); //ig KKeySequence (const KKeyNative&); KKeySequence (const KKeySequence&); - KKeySequence (const QString&); + KKeySequence (const TQString&); void clear (); - bool init (const QKeySequence&); + bool init (const TQKeySequence&); bool init (const KKey&); //ig bool init (const KKeyNative&); bool init (const KKeySequence&); - bool init (const QString&); + bool init (const TQString&); uint count () const; const KKey& key (uint) const; bool isTriggerOnRelease () const; @@ -164,10 +164,10 @@ public: bool operator < (const KKeySequence&) const; %End - QKeySequence qt () const; - int keyCodeQt () const; - QString toString () const; - QString toStringInternal () const; + TQKeySequence qt () const; + int keyCodeTQt () const; + TQString toString () const; + TQString toStringInternal () const; static KKeySequence& null (); protected: @@ -193,27 +193,27 @@ public: enum { - MAX_SEQUENCES + MAX_SETQUENCES }; KShortcut (); KShortcut (int); - KShortcut (const QKeySequence&); + KShortcut (const TQKeySequence&); KShortcut (const KKey&); KShortcut (const KKeySequence&); KShortcut (const KShortcut&); KShortcut (const char*); - KShortcut (const QString&); + KShortcut (const TQString&); void clear (); bool init (int); - bool init (const QKeySequence&); + bool init (const TQKeySequence&); bool init (const KKey&); bool init (const KKeySequence&); bool init (const KShortcut&); - bool init (const QString&); + bool init (const TQString&); uint count () const; const KKeySequence& seq (uint) const; - int keyCodeQt () const; + int keyCodeTQt () const; bool isNull () const; int compare (const KShortcut&) const; @@ -241,11 +241,11 @@ public: %If ( KDE_3_1_4 - ) -//ig operator QKeySequence () const; +//ig operator TQKeySequence () const; %End - QString toString () const; - QString toStringInternal (const KShortcut* = 0) const; + TQString toString () const; + TQString toStringInternal (const KShortcut* = 0) const; static KShortcut& null (); protected: |