diff options
Diffstat (limited to 'libkonq/konq_xmlguiclient.h')
-rw-r--r-- | libkonq/konq_xmlguiclient.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkonq/konq_xmlguiclient.h b/libkonq/konq_xmlguiclient.h index 596615872..772554dd2 100644 --- a/libkonq/konq_xmlguiclient.h +++ b/libkonq/konq_xmlguiclient.h @@ -45,8 +45,8 @@ public: TQDomElement DomElement( ) const; // KDE4: s/D/d/ protected: - void tqaddAction( KAction *action, const TQDomElement &menu = TQDomElement() ); - void tqaddAction( const char *name, const TQDomElement &menu = TQDomElement() ); + void addAction( KAction *action, const TQDomElement &menu = TQDomElement() ); + void addAction( const char *name, const TQDomElement &menu = TQDomElement() ); void addSeparator( const TQDomElement &menu = TQDomElement() ); /// only add a separator if an action is added afterwards void addPendingSeparator(); |