From 650b58e8e66f8e3e1cf78ee3e0037f4c9e00699a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:55:47 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit ef5831dd5c8811c94c9b1bc1377a90174d17c82c. --- src/projects/k3bview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/projects/k3bview.cpp') diff --git a/src/projects/k3bview.cpp b/src/projects/k3bview.cpp index 46c71e5..fbd3a91 100644 --- a/src/projects/k3bview.cpp +++ b/src/projects/k3bview.cpp @@ -15,7 +15,7 @@ // include files for TQt -#include +#include #include #include #include @@ -87,7 +87,7 @@ K3bView::~K3bView() void K3bView::setMainWidget( TQWidget* w ) { - static_cast(layout())->addMultiCellWidget( w, 1, 1, 0, 1 ); + static_cast(tqlayout())->addMultiCellWidget( w, 1, 1, 0, 1 ); } -- cgit v1.2.3