summaryrefslogtreecommitdiffstats
path: root/src/likeback.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-01 14:58:21 -0600
committerTimothy Pearson <[email protected]>2013-02-01 14:58:21 -0600
commit7864df7a5e0a69bb3e525ec3e47256bdcbf2832b (patch)
tree3aa53b371fc2482fb6bea9f8eca16b9524c1b332 /src/likeback.cpp
parent3cedb6a5f7a9c3e0c04303289e025ce6fe91e164 (diff)
downloadbasket-7864df7a5e0a69bb3e525ec3e47256bdcbf2832b.tar.gz
basket-7864df7a5e0a69bb3e525ec3e47256bdcbf2832b.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/likeback.cpp')
-rw-r--r--src/likeback.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/likeback.cpp b/src/likeback.cpp
index e388995..7ff3a8d 100644
--- a/src/likeback.cpp
+++ b/src/likeback.cpp
@@ -374,10 +374,10 @@ TDEConfig* LikeBack::config()
return d->config;
}
-KAction* LikeBack::sendACommentAction(KActionCollection *parent)
+TDEAction* LikeBack::sendACommentAction(TDEActionCollection *parent)
{
if (d->action == 0)
- d->action = new KAction(
+ d->action = new TDEAction(
i18n("&Send a Comment to Developers"), /*icon=*/"mail_new", /*shortcut=*/"",
this, TQT_SLOT(execCommentDialog()),
parent, "likeback_send_a_comment"