summaryrefslogtreecommitdiffstats
path: root/ark/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'ark/arch.h')
-rw-r--r--ark/arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ark/arch.h b/ark/arch.h
index 05642fc..9b28319 100644
--- a/ark/arch.h
+++ b/ark/arch.h
@@ -147,7 +147,7 @@ class Arch : public TQObject
void clearShellOutput() { m_lastShellOutput.truncate( 0 ); }
const TQString& getLastShellOutput() const { return m_lastShellOutput; }
- static Arch *archFactory( ArchType aType, ArkWidget *tqparent,
+ static Arch *archFactory( ArchType aType, ArkWidget *parent,
const TQString &filename,
const TQString &openAsMimeType = TQString() );