GCC 4.7 fixes.

Thanks to Francois Andriot.
pull/1/head
Darrell Anderson 13 years ago
parent 033dd869b1
commit 4ff6a82b0a

@ -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;
KAccelActions& actions ();
bool isEnabled () const;
bool isEnabled ();
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);
bool isEnabled () const;
bool isEnabled ();
void setEnabled (bool);
KAccelAction* insert (const TQString&, const TQString&, const TQString&, const KShortcut&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), bool = 1, bool = 1);

Loading…
Cancel
Save