From 631d7b9b0878ca3842496b5719f9c5803335e150 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/basket@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/likeback.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/likeback.cpp') diff --git a/src/likeback.cpp b/src/likeback.cpp index 202857f..5ed6be7 100644 --- a/src/likeback.cpp +++ b/src/likeback.cpp @@ -373,13 +373,13 @@ KConfig* LikeBack::config() return d->config; } -KAction* LikeBack::sendACommentAction(KActionCollection *tqparent) +KAction* LikeBack::sendACommentAction(KActionCollection *parent) { if (d->action == 0) d->action = new KAction( i18n("&Send a Comment to Developers"), /*icon=*/"mail_new", /*shortcut=*/"", this, TQT_SLOT(execCommentDialog()), - tqparent, "likeback_send_a_comment" + parent, "likeback_send_a_comment" ); return d->action; @@ -497,7 +497,7 @@ TQString LikeBack::activeWindowPath() if (name == "unnamed") name += TQString(":") + window->className(); windowNames.append(name); - window = dynamic_cast(window->tqparent()); + window = dynamic_cast(window->parent()); } // Create the string of windows starting by the end (from the oldest to the latest): -- cgit v1.2.1