summaryrefslogtreecommitdiffstats
path: root/sip/qt/qaccel.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/qt/qaccel.sip')
-rw-r--r--sip/qt/qaccel.sip24
1 files changed, 0 insertions, 24 deletions
diff --git a/sip/qt/qaccel.sip b/sip/qt/qaccel.sip
index da17dac..a10a9b9 100644
--- a/sip/qt/qaccel.sip
+++ b/sip/qt/qaccel.sip
@@ -37,32 +37,19 @@ class TQAccel : TQObject
public:
TQAccel(TQWidget * /TransferThis/,char * = 0);
-%If (TQt_2_1_0 -)
TQAccel(TQWidget *,TQObject * /TransferThis/,char * = 0);
-%End
bool isEnabled();
void setEnabled(bool);
uint count();
-%If (- TQt_3_0_0)
- int insertItem(int,int = -1);
-%End
-%If (TQt_3_0_0 -)
int insertItem(const TQKeySequence &,int = -1);
-%End
void removeItem(int);
void clear();
-%If (- TQt_3_0_0)
- int key(int);
- int findKey(int) const;
-%End
-%If (TQt_3_0_0 -)
TQKeySequence key(int);
int findKey(const TQKeySequence &) const;
-%End
bool isItemEnabled(int) const;
void setItemEnabled(int,bool);
@@ -72,29 +59,18 @@ public:
void repairEventFilter();
-%If (TQt_2_00 -)
void setWhatsThis(int,const TQString &);
TQString whatsThis(int) const;
void setIgnoreWhatsThis(bool);
bool ignoreWhatsThis() const;
-%End
-%If (TQt_2_00 - TQt_3_0_0)
- static int shortcutKey(const TQString &);
- static TQString keyToString(int);
- static int stringToKey(const TQString &);
-%End
-%If (TQt_3_0_0 -)
static TQKeySequence shortcutKey(const TQString &);
static TQString keyToString(TQKeySequence);
static TQKeySequence stringToKey(const TQString &);
-%End
signals:
void activated(int);
-%If (TQt_3_1_0 -)
void activatedAmbiguously(int);
-%End
protected:
bool eventFilter(TQObject *,TQEvent *);