diff options
Diffstat (limited to 'src/flowlayout.h')
-rw-r--r-- | src/flowlayout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flowlayout.h b/src/flowlayout.h index e928050..d5b73a2 100644 --- a/src/flowlayout.h +++ b/src/flowlayout.h @@ -37,8 +37,8 @@ public: ABOVE = 0, BELOW = 1 }; - FlowLayout( TQWidget* tqparent, Qt::Orientation orientation=Qt::Horizontal, int border=0, int space=-1, const char* name=0 ); - FlowLayout( TQLayout* tqparent, Qt::Orientation orientation=Qt::Horizontal, int space=-1, const char* name=0 ); + FlowLayout( TQWidget* parent, Qt::Orientation orientation=Qt::Horizontal, int border=0, int space=-1, const char* name=0 ); + FlowLayout( TQLayout* parent, Qt::Orientation orientation=Qt::Horizontal, int space=-1, const char* name=0 ); FlowLayout( Qt::Orientation=Qt::Horizontal, int space=-1, const char* name=0 ); virtual ~FlowLayout(); /** |