summaryrefslogtreecommitdiffstats
path: root/src/titlefactor.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-21 14:04:07 -0600
committerTimothy Pearson <[email protected]>2011-12-21 14:04:07 -0600
commit516c39eb4872b2e0dee0baefe675abdf171e847c (patch)
tree8c41ba125c677e1503831236d9bf12b727bf94f6 /src/titlefactor.cpp
parent1e42ec29323d1016df59b8b571d16fefe3d4e6f1 (diff)
downloadk9copy-516c39eb4872b2e0dee0baefe675abdf171e847c.tar.gz
k9copy-516c39eb4872b2e0dee0baefe675abdf171e847c.zip
Rename obsolete tq methods to standard names
Diffstat (limited to 'src/titlefactor.cpp')
-rw-r--r--src/titlefactor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/titlefactor.cpp b/src/titlefactor.cpp
index a56d35b..eaf8c8b 100644
--- a/src/titlefactor.cpp
+++ b/src/titlefactor.cpp
@@ -271,9 +271,9 @@ titleFactor::titleFactor( TQWidget* parent, const char* name, WFlags fl )
gbTitle->setCheckable( TRUE );
gbTitle->setChecked( FALSE );
gbTitle->setColumnLayout(0, Qt::Vertical );
- gbTitle->tqlayout()->setSpacing( 1 );
- gbTitle->tqlayout()->setMargin( 6 );
- gbTitleLayout = new TQGridLayout( gbTitle->tqlayout() );
+ gbTitle->layout()->setSpacing( 1 );
+ gbTitle->layout()->setMargin( 6 );
+ gbTitleLayout = new TQGridLayout( gbTitle->layout() );
gbTitleLayout->setAlignment( TQt::AlignTop );
tFactor = new TQLabel( gbTitle, "tFactor" );