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/doxygen/input.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'parts/doxygen/input.h') diff --git a/parts/doxygen/input.h b/parts/doxygen/input.h index ac73ce20..2ce85a3d 100644 --- a/parts/doxygen/input.h +++ b/parts/doxygen/input.h @@ -39,7 +39,7 @@ class InputBool : public TQWidget, public IInput TQ_OBJECT public: - InputBool(const TQCString &key, const TQString &text, TQWidget *tqparent, bool &flag); + InputBool(const TQCString &key, const TQString &text, TQWidget *parent, bool &flag); ~InputBool(); void init(); @@ -67,7 +67,7 @@ class InputInt : public TQWidget, public IInput TQ_OBJECT public: - InputInt(const TQString &text, TQWidget *tqparent, + InputInt(const TQString &text, TQWidget *parent, int &val, int minVal, int maxVal); ~InputInt(); @@ -102,7 +102,7 @@ public: StringFixed=3 }; - InputString(const TQString &text, TQWidget *tqparent, + InputString(const TQString &text, TQWidget *parent, TQCString &s, StringMode m=StringFree); ~InputString(); @@ -143,7 +143,7 @@ public: ListFileDir=ListFile|ListDir }; - InputStrList(const TQString &text, TQWidget *tqparent, + InputStrList(const TQString &text, TQWidget *parent, TQStrList &sl, ListMode v=ListString); ~InputStrList(); -- cgit v1.2.1