summaryrefslogtreecommitdiffstats
path: root/libkonq/konq_xmlguiclient.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-21 16:49:49 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-03-21 16:49:49 -0500
commita34c15dc83bcc946977f0b41e52b06d0a95284db (patch)
tree72f29cb01a9c52bae79bbe319d7413ed65ad4818 /libkonq/konq_xmlguiclient.h
parentfcd114f480ade56a946278ecb7acbcbc8686a8c6 (diff)
downloadtdebase-a34c15dc83bcc946977f0b41e52b06d0a95284db.tar.gz
tdebase-a34c15dc83bcc946977f0b41e52b06d0a95284db.zip
Change tqaddAction -> addAction. There is no tqaddAction defined in tqt headers.
Diffstat (limited to 'libkonq/konq_xmlguiclient.h')
-rw-r--r--libkonq/konq_xmlguiclient.h4
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();