diff options
Diffstat (limited to 'src/languages/gpasm.cpp')
-rw-r--r-- | src/languages/gpasm.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/languages/gpasm.cpp b/src/languages/gpasm.cpp index 4020b60..1da7355 100644 --- a/src/languages/gpasm.cpp +++ b/src/languages/gpasm.cpp @@ -20,8 +20,8 @@ #include <kprocess.h> #include <tqregexp.h> -Gpasm::Gpasm( ProcessChain *processChain, KTechlab * tqparent ) - : ExternalLanguage( processChain, tqparent, "Gpasm" ) +Gpasm::Gpasm( ProcessChain *processChain, KTechlab * parent ) + : ExternalLanguage( processChain, parent, "Gpasm" ) { m_successfulMessage = i18n("*** Assembly successful ***"); m_failedMessage = i18n("*** Assembly failed ***"); |