summaryrefslogtreecommitdiffstats
path: root/src/languages/gpdasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/languages/gpdasm.h')
-rw-r--r--src/languages/gpdasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/languages/gpdasm.h b/src/languages/gpdasm.h
index 8fd977c..4b7df32 100644
--- a/src/languages/gpdasm.h
+++ b/src/languages/gpdasm.h
@@ -20,7 +20,7 @@ Interface to the GNU Pic Disassembler
class Gpdasm : public ExternalLanguage
{
public:
- Gpdasm( ProcessChain *processChain, KTechlab *tqparent );
+ Gpdasm( ProcessChain *processChain, KTechlab *parent );
~Gpdasm();
virtual void processInput( ProcessOptions options );