From 5660db4e68c904cc2dd01888775483189cda7a10 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- k9author/k9import.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'k9author/k9import.cpp') diff --git a/k9author/k9import.cpp b/k9author/k9import.cpp index 13976e7..654ce5d 100644 --- a/k9author/k9import.cpp +++ b/k9author/k9import.cpp @@ -27,9 +27,9 @@ #include #include "k9processlist.h" -k9Import::k9Import(TQWidget* tqparent, const char* name,k9CdDrives *_drives) - : import(tqparent,name) { - m_parent=(k9Copy*) tqparent; +k9Import::k9Import(TQWidget* parent, const char* name,k9CdDrives *_drives) + : import(parent,name) { + m_parent=(k9Copy*) parent; drives=_drives; connect(&m_newDVD,TQT_SIGNAL(sigAddTitle()),this,TQT_SLOT(titleAdded())); -- cgit v1.2.3