From 36a36a5c1015aa0d03f4515c401e907ddb9d6291 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/kdepim@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- knode/kncomposer.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'knode/kncomposer.h') diff --git a/knode/kncomposer.h b/knode/kncomposer.h index 83b406be..d4a4c2a8 100644 --- a/knode/kncomposer.h +++ b/knode/kncomposer.h @@ -255,7 +255,7 @@ class KNComposer::Editor : public KEdit { TQ_OBJECT public: - Editor(KNComposer::ComposerView *_composerView, KNComposer *_composer, TQWidget *tqparent=0, char *name=0); + Editor(KNComposer::ComposerView *_composerView, KNComposer *_composer, TQWidget *parent=0, char *name=0); ~Editor(); TQStringList processedText(); @@ -308,7 +308,7 @@ class KNComposer::AttachmentView : public KListView { TQ_OBJECT public: - AttachmentView(TQWidget *tqparent, char *name=0); + AttachmentView(TQWidget *parent, char *name=0); ~AttachmentView(); protected: @@ -362,10 +362,10 @@ class KNLineEdit : public KABC::AddressLineEdit typedef KABC::AddressLineEdit KNLineEditInherited; public: - KNLineEdit(KNComposer::ComposerView *_composerView, bool useCompletion, TQWidget *tqparent = 0, + KNLineEdit(KNComposer::ComposerView *_composerView, bool useCompletion, TQWidget *parent = 0, const char *name = 0); protected: - // Inherited. Always called by the tqparent when this widget is created. + // Inherited. Always called by the parent when this widget is created. virtual void loadAddresses(); void keyPressEvent(TQKeyEvent *e); virtual TQPopupMenu *createPopupMenu(); @@ -380,7 +380,7 @@ class KNLineEditSpell : public KNLineEdit Q_OBJECT TQ_OBJECT public: - KNLineEditSpell(KNComposer::ComposerView *_composerView, bool useCompletion,TQWidget * tqparent, const char * name = 0); + KNLineEditSpell(KNComposer::ComposerView *_composerView, bool useCompletion,TQWidget * parent, const char * name = 0); void highLightWord( unsigned int length, unsigned int pos ); void spellCheckDone( const TQString &s ); void spellCheckerMisspelling( const TQString &text, const TQStringList &, unsigned int pos); -- cgit v1.2.3