diff options
Diffstat (limited to 'parts/doxygen/input.h')
-rw-r--r-- | parts/doxygen/input.h | 8 |
1 files changed, 4 insertions, 4 deletions
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(); |