summaryrefslogtreecommitdiffstats
path: root/src/gvcore/fullscreenbar.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-21 14:03:56 -0600
committerTimothy Pearson <[email protected]>2011-12-21 14:03:56 -0600
commit04fccf73370ad95a70b8e107240e50f9fdbf98fc (patch)
treea880cbd190f296d25ac1d82b0c9ccc386443233b /src/gvcore/fullscreenbar.cpp
parenteba1d381626d92b860239417f21d813f02ee6394 (diff)
downloadgwenview-04fccf73370ad95a70b8e107240e50f9fdbf98fc.tar.gz
gwenview-04fccf73370ad95a70b8e107240e50f9fdbf98fc.zip
Rename obsolete tq methods to standard names
Diffstat (limited to 'src/gvcore/fullscreenbar.cpp')
-rw-r--r--src/gvcore/fullscreenbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/fullscreenbar.cpp b/src/gvcore/fullscreenbar.cpp
index be2b517..bc8375f 100644
--- a/src/gvcore/fullscreenbar.cpp
+++ b/src/gvcore/fullscreenbar.cpp
@@ -123,7 +123,7 @@ void FullScreenBar::showEvent(TQShowEvent* event) {
if (!d->mFirstShow) return;
d->mFirstShow=false;
move(0, -height());
- tqlayout()->setResizeMode(TQLayout::Fixed);
+ layout()->setResizeMode(TQLayout::Fixed);
}