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 d0871e9..eebf5e3 100644 --- a/src/flowlayout.h +++ b/src/flowlayout.h @@ -49,7 +49,7 @@ public: void addSource(Source* src); void remove(TQWidget* widget); /** - * Returns the number of items in the tqlayout + * Returns the number of items in the layout */ uint count(); /** @@ -84,7 +84,7 @@ private: int doLayoutVertical( const TQRect&, bool testOnly ); Qt::Orientation mOrientation; TQPtrList<TQLayoutItem> mLayoutItems; - // this is the connection between a tqlayout item and its source. + // this is the connection between a layout item and its source. TQMap<TQLayoutItem*, Source*> mSources; TQLayoutItem* mLastItem; // the item that was last added }; |