summaryrefslogtreecommitdiffstats
path: root/sip/tdecore/kshortcut.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/tdecore/kshortcut.sip')
-rw-r--r--sip/tdecore/kshortcut.sip62
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: