From 04fccf73370ad95a70b8e107240e50f9fdbf98fc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 21 Dec 2011 14:03:56 -0600 Subject: Rename obsolete tq methods to standard names --- src/gvcore/imageviewcontroller.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gvcore/imageviewcontroller.cpp') diff --git a/src/gvcore/imageviewcontroller.cpp b/src/gvcore/imageviewcontroller.cpp index f24a2e8..7387cb8 100644 --- a/src/gvcore/imageviewcontroller.cpp +++ b/src/gvcore/imageviewcontroller.cpp @@ -275,12 +275,12 @@ ImageViewController::ImageViewController(TQWidget* parent, Document* document, K d->mContainer=new TQWidget(parent); d->mContainer->setMinimumWidth(1); // Make sure we can resize the toolbar smaller than its minimum size - TQVBoxLayout* tqlayout=new TQVBoxLayout(d->mContainer); + TQVBoxLayout* layout=new TQVBoxLayout(d->mContainer); d->mToolBar=new KToolBar(d->mContainer, "", true); - tqlayout->add(d->mToolBar); + layout->add(d->mToolBar); d->mStack=new TQWidgetStack(d->mContainer); - tqlayout->add(d->mStack); + layout->add(d->mStack); d->mImageView=new ImageView(d->mStack, document, actionCollection); d->mStack->addWidget(d->mImageView); -- cgit v1.2.3