summaryrefslogtreecommitdiffstats
path: root/parts/appwizard
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commit32b67ac0690de411b26b1d5e715b188c27442248 (patch)
tree43167816a3df6b3a877d71c9a7963ed270dcc8c9 /parts/appwizard
parent330c33ab6f97b279737bf9527c9add7bb1475450 (diff)
downloadtdevelop-32b67ac0690de411b26b1d5e715b188c27442248.tar.gz
tdevelop-32b67ac0690de411b26b1d5e715b188c27442248.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'parts/appwizard')
-rw-r--r--parts/appwizard/appwizarddlg.cpp4
-rw-r--r--parts/appwizard/appwizarddlg.h2
-rw-r--r--parts/appwizard/appwizardpart.cpp4
-rw-r--r--parts/appwizard/appwizardpart.h2
-rwxr-xr-xparts/appwizard/common/incadmin/config.guess2
-rw-r--r--parts/appwizard/common/kde-index.docbook10
-rw-r--r--parts/appwizard/filepropspage.cpp6
-rw-r--r--parts/appwizard/filepropspage.h2
-rw-r--r--parts/appwizard/importdlg.cpp4
-rw-r--r--parts/appwizard/importdlg.h2
-rw-r--r--parts/appwizard/profilesupport.cpp4
-rw-r--r--parts/appwizard/profilesupport.h2
12 files changed, 22 insertions, 22 deletions
diff --git a/parts/appwizard/appwizarddlg.cpp b/parts/appwizard/appwizarddlg.cpp
index bfcdc91b..1799c2e9 100644
--- a/parts/appwizard/appwizarddlg.cpp
+++ b/parts/appwizard/appwizarddlg.cpp
@@ -90,8 +90,8 @@
#include "propeditor/propertylist.h"
#include "propeditor/propertyeditor.h"
-AppWizardDialog::AppWizardDialog(AppWizardPart *part, TQWidget *tqparent, const char *name)
- : AppWizardDialogBase(tqparent, name,true), m_pCurrentAppInfo(0),
+AppWizardDialog::AppWizardDialog(AppWizardPart *part, TQWidget *parent, const char *name)
+ : AppWizardDialogBase(parent, name,true), m_pCurrentAppInfo(0),
m_profileSupport(new ProfileSupport(part))
{
kdDebug( 9010 ) << " ** AppWizardDialog::AppWizardDialog()" << endl;
diff --git a/parts/appwizard/appwizarddlg.h b/parts/appwizard/appwizarddlg.h
index d1892c7a..d441fb6e 100644
--- a/parts/appwizard/appwizarddlg.h
+++ b/parts/appwizard/appwizarddlg.h
@@ -124,7 +124,7 @@ class AppWizardDialog : public AppWizardDialogBase
TQ_OBJECT
public:
- AppWizardDialog( AppWizardPart *part, TQWidget *tqparent=0, const char *name=0 );
+ AppWizardDialog( AppWizardPart *part, TQWidget *parent=0, const char *name=0 );
~AppWizardDialog();
TQString getProjectName() { return appname_edit->text(); }
TQString getProjectLocation() { return finalLoc_label->text(); }
diff --git a/parts/appwizard/appwizardpart.cpp b/parts/appwizard/appwizardpart.cpp
index e29fd98b..6b57b320 100644
--- a/parts/appwizard/appwizardpart.cpp
+++ b/parts/appwizard/appwizardpart.cpp
@@ -34,8 +34,8 @@
#include <kdevcore.h>
#include <codemodel.h>
-AppWizardPart::AppWizardPart(TQObject *tqparent, const char *name, const TQStringList &)
- : KDevPlugin(AppWizardFactory::info(), tqparent, name ? name : "AppWizardPart")
+AppWizardPart::AppWizardPart(TQObject *parent, const char *name, const TQStringList &)
+ : KDevPlugin(AppWizardFactory::info(), parent, name ? name : "AppWizardPart")
{
setInstance(AppWizardFactory::instance());
setXMLFile("kdevappwizard.rc");
diff --git a/parts/appwizard/appwizardpart.h b/parts/appwizard/appwizardpart.h
index 66894790..c8731f4a 100644
--- a/parts/appwizard/appwizardpart.h
+++ b/parts/appwizard/appwizardpart.h
@@ -27,7 +27,7 @@ class AppWizardPart : public KDevPlugin
TQ_OBJECT
public:
- AppWizardPart( TQObject *tqparent, const char *name, const TQStringList & );
+ AppWizardPart( TQObject *parent, const char *name, const TQStringList & );
~AppWizardPart();
void openFilesAfterGeneration(const KURL::List urlsToOpen);
diff --git a/parts/appwizard/common/incadmin/config.guess b/parts/appwizard/common/incadmin/config.guess
index 3ddf6182..1d9f4294 100755
--- a/parts/appwizard/common/incadmin/config.guess
+++ b/parts/appwizard/common/incadmin/config.guess
@@ -247,7 +247,7 @@ main:
.prologue 1
.long 0x47e03d80 # implver \$0
lda \$2,-1
- .long 0x47e20c21 # atqmask \$2,\$1
+ .long 0x47e20c21 # amask \$2,\$1
lda \$16,\$Lformat
mov \$0,\$17
not \$1,\$18
diff --git a/parts/appwizard/common/kde-index.docbook b/parts/appwizard/common/kde-index.docbook
index b84a9430..c79adfeb 100644
--- a/parts/appwizard/common/kde-index.docbook
+++ b/parts/appwizard/common/kde-index.docbook
@@ -265,7 +265,7 @@ taken from that reference and shortened a bit for readability. -->
<refnamediv>
<refname>XtUnmanageChildren
</refname>
-<refpurpose>remove a list of tqchildren from a tqparent widget's managed
+<refpurpose>remove a list of tqchildren from a parent widget's managed
list.
<indexterm id="ix-1007-unmanagetqchildren-1"><primary>widgets</primary><secondary>removing</secondary></indexterm>
<indexterm id="ix-1007-unmanagetqchildren-2"><primary>XtUnmanageChildren</primary></indexterm>
@@ -309,13 +309,13 @@ class RectObj or any subclass thereof.
<title>Description
</title>
<para><function>XtUnmanageChildren()</function> unmaps the specified widgets
-and removes them from their tqparent's tqgeometry management.
+and removes them from their parent's tqgeometry management.
The widgets will disappear from the screen, and (depending
-on its tqparent) may no longer have screen space allocated for
+on its parent) may no longer have screen space allocated for
them.
</para>
<para>Each of the widgets in the <replaceable class="parameter">tqchildren</replaceable> array must have
-the same tqparent.
+the same parent.
</para>
<para>See the &ldquo;Algorithm&rdquo; section below for full details of the
widget unmanagement procedure.
@@ -340,7 +340,7 @@ often more convenient to call <function>XtUnmanageChild()</function>
several times than it is to declare and initialize an array
of widgets to pass to <function>XtUnmanageChildren()</function>. Calling
<function>XtUnmanageChildren()</function> is more efficient, however,
-because it only calls the tqparent's <function>change_managed()</function>
+because it only calls the parent's <function>change_managed()</function>
method once.
</para>
</refsect1>
diff --git a/parts/appwizard/filepropspage.cpp b/parts/appwizard/filepropspage.cpp
index 1ec0b6df..3e946abf 100644
--- a/parts/appwizard/filepropspage.cpp
+++ b/parts/appwizard/filepropspage.cpp
@@ -7,11 +7,11 @@
#include <tqmultilineedit.h>
/*
- * Constructs a FilePropsPage which is a child of 'tqparent', with the
+ * Constructs a FilePropsPage which is a child of 'parent', with the
* name 'name' and widget flags set to 'f'
*/
-FilePropsPage::FilePropsPage( TQWidget* tqparent, const char* name, WFlags fl )
- : FilePropsPageBase( tqparent, name, fl ){
+FilePropsPage::FilePropsPage( TQWidget* parent, const char* name, WFlags fl )
+ : FilePropsPageBase( parent, name, fl ){
m_props = new TQPtrList<ClassFileProp>;
m_current_class = 9999; // no current
}
diff --git a/parts/appwizard/filepropspage.h b/parts/appwizard/filepropspage.h
index adb8f758..99424100 100644
--- a/parts/appwizard/filepropspage.h
+++ b/parts/appwizard/filepropspage.h
@@ -23,7 +23,7 @@ class FilePropsPage : public FilePropsPageBase
TQ_OBJECT
public:
- FilePropsPage( TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0 );
+ FilePropsPage( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~FilePropsPage();
void setClassFileProps(TQPtrList<ClassFileProp> props,bool different_header_impl=true);
TQPtrList<ClassFileProp> getClassFileProps();
diff --git a/parts/appwizard/importdlg.cpp b/parts/appwizard/importdlg.cpp
index 8d0ca20d..4fc8a6e3 100644
--- a/parts/appwizard/importdlg.cpp
+++ b/parts/appwizard/importdlg.cpp
@@ -51,8 +51,8 @@
#include "misc.h"
-ImportDialog::ImportDialog(AppWizardPart *part, TQWidget *tqparent, const char *name)
- : ImportDialogBase(tqparent, name, true), m_part(part)
+ImportDialog::ImportDialog(AppWizardPart *part, TQWidget *parent, const char *name)
+ : ImportDialogBase(parent, name, true), m_part(part)
{
TQString author, email;
AppWizardUtil::guessAuthorAndEmail(&author, &email);
diff --git a/parts/appwizard/importdlg.h b/parts/appwizard/importdlg.h
index aa7721e3..0b5cd578 100644
--- a/parts/appwizard/importdlg.h
+++ b/parts/appwizard/importdlg.h
@@ -31,7 +31,7 @@ class ImportDialog : public ImportDialogBase
TQ_OBJECT
public:
- ImportDialog( AppWizardPart *part, TQWidget *tqparent=0, const char *name=0 );
+ ImportDialog( AppWizardPart *part, TQWidget *parent=0, const char *name=0 );
~ImportDialog();
protected:
diff --git a/parts/appwizard/profilesupport.cpp b/parts/appwizard/profilesupport.cpp
index 828b54e9..084156f5 100644
--- a/parts/appwizard/profilesupport.cpp
+++ b/parts/appwizard/profilesupport.cpp
@@ -26,9 +26,9 @@
#include <kdevplugincontroller.h>
-ProfileSupport::ProfileSupport(KDevPlugin *tqparent)
+ProfileSupport::ProfileSupport(KDevPlugin *parent)
{
- KURL::List resources = tqparent->pluginController()->profileResourcesRecursive("*.appwizard");
+ KURL::List resources = parent->pluginController()->profileResourcesRecursive("*.appwizard");
for (KURL::List::const_iterator it = resources.constBegin(); it != resources.constEnd(); ++it)
{
diff --git a/parts/appwizard/profilesupport.h b/parts/appwizard/profilesupport.h
index bc98d981..b18a9620 100644
--- a/parts/appwizard/profilesupport.h
+++ b/parts/appwizard/profilesupport.h
@@ -24,7 +24,7 @@
class ProfileSupport{
public:
- ProfileSupport(KDevPlugin *tqparent);
+ ProfileSupport(KDevPlugin *parent);
bool isInTemplateList(const TQString &templateUrl);
private: