diff options
Diffstat (limited to 'buildtools/ada')
-rw-r--r-- | buildtools/ada/adaproject_part.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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" ); |