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 --- buildtools/ada/adaproject_part.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'buildtools/ada') diff --git a/buildtools/ada/adaproject_part.cpp b/buildtools/ada/adaproject_part.cpp index 1ee9829a..25aa79f7 100644 --- a/buildtools/ada/adaproject_part.cpp +++ b/buildtools/ada/adaproject_part.cpp @@ -52,11 +52,11 @@ AdaProjectPart::AdaProjectPart(TQObject *parent, const char *name, const TQStrin setInstance(AdaProjectFactory::instance()); setXMLFile("kdevadaproject.rc"); - KAction *action; - action = new KAction( i18n("&Build Project"), "make_tdevelop", Key_F8, + TDEAction *action; + action = new TDEAction( i18n("&Build Project"), "make_tdevelop", Key_F8, this, TQT_SLOT(slotBuild()), actionCollection(), "build_build" ); - action = new KAction( i18n("Execute Program"), "exec", 0, + action = new TDEAction( i18n("Execute Program"), "exec", 0, this, TQT_SLOT(slotExecute()), actionCollection(), "build_execute" ); -- cgit v1.2.1