From f78eb03afb8c9a380985d26286afc40b4c89b292 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:15:35 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- languages/bash/bashsupport_part.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'languages/bash') diff --git a/languages/bash/bashsupport_part.cpp b/languages/bash/bashsupport_part.cpp index 4ac60e3e..be27d0c2 100644 --- a/languages/bash/bashsupport_part.cpp +++ b/languages/bash/bashsupport_part.cpp @@ -42,8 +42,8 @@ BashSupportPart::BashSupportPart(TQObject *parent, const char *name, const TQStr setInstance(BashSupportFactory::instance()); setXMLFile("kdevbashsupport.rc"); - KAction *action; - action = new KAction( i18n("&Run"), "exec",Key_F9,this, TQT_SLOT(slotRun()),actionCollection(), "build_execute" ); + TDEAction *action; + action = new TDEAction( i18n("&Run"), "exec",Key_F9,this, TQT_SLOT(slotRun()),actionCollection(), "build_execute" ); action->setToolTip(i18n("Run")); action->setWhatsThis(i18n("Run

Starts an application.")); -- cgit v1.2.1