diff options
Diffstat (limited to 'src/languages/gpdasm.cpp')
-rw-r--r-- | src/languages/gpdasm.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/languages/gpdasm.cpp b/src/languages/gpdasm.cpp index e0a7b9e..0827ba8 100644 --- a/src/languages/gpdasm.cpp +++ b/src/languages/gpdasm.cpp @@ -19,8 +19,8 @@ #include <tqfile.h> #include <tqregexp.h> -Gpdasm::Gpdasm( ProcessChain *processChain, KTechlab *tqparent ) - : ExternalLanguage( processChain, tqparent, "Gpdasm" ) +Gpdasm::Gpdasm( ProcessChain *processChain, KTechlab *parent ) + : ExternalLanguage( processChain, parent, "Gpdasm" ) { m_successfulMessage = i18n("*** Disassembly successful ***"); m_failedMessage = i18n("*** Disassembly failed ***"); |