diff options
Diffstat (limited to 'kexi/widget/utils/kexiflowlayout.h')
-rw-r--r-- | kexi/widget/utils/kexiflowlayout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/widget/utils/kexiflowlayout.h b/kexi/widget/utils/kexiflowlayout.h index e410fb83..83d2f172 100644 --- a/kexi/widget/utils/kexiflowlayout.h +++ b/kexi/widget/utils/kexiflowlayout.h @@ -27,8 +27,8 @@ class KEXIGUIUTILS_EXPORT KexiFlowLayout : public TQLayout { public: - KexiFlowLayout(TQWidget *tqparent, int border=0, int space=-1, const char *name=0); - KexiFlowLayout(TQLayout* tqparent, int space=-1, const char *name=0); + KexiFlowLayout(TQWidget *parent, int border=0, int space=-1, const char *name=0); + KexiFlowLayout(TQLayout* parent, int space=-1, const char *name=0); KexiFlowLayout(int space=-1, const char *name=0); ~KexiFlowLayout(); |