diff options
Diffstat (limited to 'src/viewcontainer.h')
-rw-r--r-- | src/viewcontainer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/viewcontainer.h b/src/viewcontainer.h index 25f0f33..e31aac2 100644 --- a/src/viewcontainer.h +++ b/src/viewcontainer.h @@ -117,7 +117,7 @@ Q_OBJECT public: /** * Constructs a new ViewContainer, along with a default ViewArea ready for - * tqparenting a View, with an id of 0. tqparent is only used if ktechlab is + * parenting a View, with an id of 0. tqparent is only used if ktechlab is * null; otherwise the tqparent widget is ktechlab's tabWidget() */ ViewContainer( const TQString & caption, KTechlab * ktechlab, TQWidget * tqparent = 0 ); |