From 32b67ac0690de411b26b1d5e715b188c27442248 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/kdevelop@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- parts/appwizard/appwizarddlg.cpp | 4 ++-- parts/appwizard/appwizarddlg.h | 2 +- parts/appwizard/appwizardpart.cpp | 4 ++-- parts/appwizard/appwizardpart.h | 2 +- parts/appwizard/common/incadmin/config.guess | 2 +- parts/appwizard/common/kde-index.docbook | 10 +++++----- parts/appwizard/filepropspage.cpp | 6 +++--- parts/appwizard/filepropspage.h | 2 +- parts/appwizard/importdlg.cpp | 4 ++-- parts/appwizard/importdlg.h | 2 +- parts/appwizard/profilesupport.cpp | 4 ++-- parts/appwizard/profilesupport.h | 2 +- 12 files changed, 22 insertions(+), 22 deletions(-) (limited to 'parts/appwizard') 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 #include -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. --> XtUnmanageChildren -remove a list of tqchildren from a tqparent widget's managed +remove a list of tqchildren from a parent widget's managed list. widgetsremoving XtUnmanageChildren @@ -309,13 +309,13 @@ class RectObj or any subclass thereof. Description XtUnmanageChildren() 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. Each of the widgets in the tqchildren array must have -the same tqparent. +the same parent. See the “Algorithm” section below for full details of the widget unmanagement procedure. @@ -340,7 +340,7 @@ often more convenient to call XtUnmanageChild() several times than it is to declare and initialize an array of widgets to pass to XtUnmanageChildren(). Calling XtUnmanageChildren() is more efficient, however, -because it only calls the tqparent's change_managed() +because it only calls the parent's change_managed() method once. 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 /* - * 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; 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 props,bool different_header_impl=true); TQPtrList 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 -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: -- cgit v1.2.3