summaryrefslogtreecommitdiffstats
path: root/ark/extractiondialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:23:49 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-04 03:15:18 +0200
commita3f1234ece748a30d118e4b6f8333c19505bd516 (patch)
treef86bf3eb14b004c4e2e3bf9bf36e321dee3ce6b5 /ark/extractiondialog.cpp
parent632b7d40cf87562965abb5c7dffc1bae509bad2c (diff)
downloadtdeutils-a3f1234ece748a30d118e4b6f8333c19505bd516.tar.gz
tdeutils-a3f1234ece748a30d118e4b6f8333c19505bd516.zip
Rename obsolete tq methods to standard names
(cherry picked from commit 89856e749bf14e63fed55a8f3436ea9a6f19667a)
Diffstat (limited to 'ark/extractiondialog.cpp')
-rw-r--r--ark/extractiondialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ark/extractiondialog.cpp b/ark/extractiondialog.cpp
index 26b8eaf..cf95d48 100644
--- a/ark/extractiondialog.cpp
+++ b/ark/extractiondialog.cpp
@@ -69,7 +69,7 @@ ExtractionDialog::ExtractionDialog( TQWidget *parent, const char *name,
TQVBox *vbox = makeVBoxMainWidget();
TQHBox *header = new TQHBox( vbox );
- header->tqlayout()->setSpacing( 10 );
+ header->layout()->setSpacing( 10 );
TQLabel *icon = new TQLabel( header );
icon->setPixmap( DesktopIcon( "ark_extract" ) );
@@ -78,7 +78,7 @@ ExtractionDialog::ExtractionDialog( TQWidget *parent, const char *name,
if ( enableSelected )
{
TQVBox *whichFiles = new TQVBox( header );
- whichFiles->tqlayout()->setSpacing( 6 );
+ whichFiles->layout()->setSpacing( 6 );
new TQLabel( TQString( "<qt><b><font size=\"+1\">%1</font></b></qt>" )
.arg( i18n( "Extract:" ) ), whichFiles );
TQHButtonGroup *filesGroup = new TQHButtonGroup( whichFiles );