From b6ba5d642f3fc7d320e3d6f4650eb259a3a52b04 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:51:21 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- buildtools/ada/adaglobaloptionsdlg.cpp | 2 +- buildtools/ada/adaproject_optionsdlgbase.ui | 18 +++++++++--------- buildtools/ada/adaproject_part.cpp | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'buildtools/ada') diff --git a/buildtools/ada/adaglobaloptionsdlg.cpp b/buildtools/ada/adaglobaloptionsdlg.cpp index 2e788896..580fe4cb 100644 --- a/buildtools/ada/adaglobaloptionsdlg.cpp +++ b/buildtools/ada/adaglobaloptionsdlg.cpp @@ -6,7 +6,7 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. */ -#include +#include #include #include #include diff --git a/buildtools/ada/adaproject_optionsdlgbase.ui b/buildtools/ada/adaproject_optionsdlgbase.ui index 7804c9c3..f6ee3232 100644 --- a/buildtools/ada/adaproject_optionsdlgbase.ui +++ b/buildtools/ada/adaproject_optionsdlgbase.ui @@ -32,7 +32,7 @@ Expanding - + 20 160 @@ -90,7 +90,7 @@ Fixed - + 20 8 @@ -123,7 +123,7 @@ Expanding - + 20 20 @@ -144,7 +144,7 @@ 0 - + 30 32767 @@ -250,7 +250,7 @@ Fixed - + 20 16 @@ -267,7 +267,7 @@ Fixed - + 20 16 @@ -278,7 +278,7 @@ mainSourceUrl - + 0 26 @@ -317,7 +317,7 @@ Fixed - + 20 30 @@ -334,7 +334,7 @@ Expanding - + 400 20 diff --git a/buildtools/ada/adaproject_part.cpp b/buildtools/ada/adaproject_part.cpp index d97a62d1..5d47b818 100644 --- a/buildtools/ada/adaproject_part.cpp +++ b/buildtools/ada/adaproject_part.cpp @@ -420,7 +420,7 @@ KDevCompilerOptions *AdaProjectPart::createCompilerOptions(const TQString &name) if (!factory) { TQString errorMessage = KLibLoader::self()->lastErrorMessage(); KMessageBox::error(0, i18n("There was an error loading the module %1.\n" - "The diagnostics are:\n%2").tqarg(service->name()).tqarg(errorMessage)); + "The diagnostics are:\n%2").arg(service->name()).arg(errorMessage)); exit(1); } -- cgit v1.2.3