diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 625904bd3097f9749450428904ca14ff2531824d (patch) | |
tree | a45c43d5de71cb720078fa1272a4339815a919be /kgpg/kgpgview.h | |
parent | 6335dc55802871b5a43492f217b6edbb420204c4 (diff) | |
download | tdeutils-625904bd3097f9749450428904ca14ff2531824d.tar.gz tdeutils-625904bd3097f9749450428904ca14ff2531824d.zip |
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
Diffstat (limited to 'kgpg/kgpgview.h')
-rw-r--r-- | kgpg/kgpgview.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 |