Thanks to Francois Andriot.
@ -35,7 +35,7 @@ public:
KAccel (TQWidget* /TransferThis/, const char* = 0);
KAccel (TQWidget*, TQObject* /TransferThis/, const char* = 0);
KAccelActions& actions ();
bool isEnabled () const;
bool isEnabled ();
void setEnabled (bool);
bool setAutoUpdate (bool);
@ -48,7 +48,7 @@ public:
KAccelBase (int);
uint actionCount () const;
KAccelAction* actionPtr (const TQString&);
KAccelAction* actionPtr (const KKey&);
KAccelAction* actionPtr (const KKeyServer::Key&);
@ -33,7 +33,7 @@ class KGlobalAccel : TQObject
public:
KGlobalAccel (TQObject*, const char* = 0);
KAccelAction* insert (const TQString&, const TQString&, const TQString&, const KShortcut&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), bool = 1, bool = 1);