From 7864df7a5e0a69bb3e525ec3e47256bdcbf2832b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 14:58:21 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- src/likeback.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/likeback.cpp') 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" -- cgit v1.2.1