From 625904bd3097f9749450428904ca14ff2531824d 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/kdeutils@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kgpg/kgpgview.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kgpg/kgpgview.h') diff --git a/kgpg/kgpgview.h b/kgpg/kgpgview.h index 9a61988..ac1e639 100644 --- a/kgpg/kgpgview.h +++ b/kgpg/kgpgview.h @@ -44,7 +44,7 @@ class MyEditor : public KTextEdit TQ_OBJECT public: - MyEditor( TQWidget *tqparent = 0, const char *name = 0); + MyEditor( TQWidget *parent = 0, const char *name = 0); private: TQString message,messages,tempFile; public slots: @@ -73,11 +73,11 @@ class KgpgView : public TQWidget friend class MyEditor; public: /** Constructor for the main view */ - KgpgView(TQWidget *tqparent = 0, const char *name=0); + KgpgView(TQWidget *parent = 0, const char *name=0); /** Destructor for the main view */ ~KgpgView(); - /** returns a pointer to the document connected to the view instance. Mind that this method requires a KgpgApp instance as a tqparent + /** returns a pointer to the document connected to the view instance. Mind that this method requires a KgpgApp instance as a parent * widget to get to the window document pointer by calling the KgpgApp::getDocument() method. * * @see KgpgApp#getDocument -- cgit v1.2.1