From 4d75f93557ba631d97a56e288a34ca27f4507653 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 10:00:14 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 6cdf35ab11c322f33feca5baf090ef56068b6049. --- kworldwatch/flow.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kworldwatch/flow.h') diff --git a/kworldwatch/flow.h b/kworldwatch/flow.h index d8a9e63..e09a9a5 100644 --- a/kworldwatch/flow.h +++ b/kworldwatch/flow.h @@ -1,7 +1,7 @@ /**************************************************************************** ** $Id$ ** -** Definition of simple flow layout for custom layout example +** Definition of simple flow tqlayout for custom tqlayout example ** ** Created : 979899 ** @@ -15,7 +15,7 @@ #ifndef FLOW_H #define FLOW_H -#include +#include #include class SimpleFlow : public TQLayout @@ -37,8 +37,8 @@ public: void addItem( TQLayoutItem *item); bool hasHeightForWidth() const; int heightForWidth( int ) const; - TQSize sizeHint() const; - TQSize minimumSize() const; + TQSize tqsizeHint() const; + TQSize tqminimumSize() const; TQLayoutIterator iterator(); TQSizePolicy::ExpandData expanding() const; -- cgit v1.2.1