summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/sendimages
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:18:20 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:18:20 -0600
commit8d3892fee88fd0eef3363aeca316ff5c93d9da19 (patch)
treed8c7854a78fe510e071d6d39cbc6cfa4368aef90 /kipi-plugins/sendimages
parent3ed629ae12e33ac8a9c744e79135a4100d16b036 (diff)
downloadkipi-plugins-8d3892fee88fd0eef3363aeca316ff5c93d9da19.tar.gz
kipi-plugins-8d3892fee88fd0eef3363aeca316ff5c93d9da19.zip
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'kipi-plugins/sendimages')
-rw-r--r--kipi-plugins/sendimages/sendimagesdialog.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/kipi-plugins/sendimages/sendimagesdialog.cpp b/kipi-plugins/sendimages/sendimagesdialog.cpp
index cd99279..7f828bc 100644
--- a/kipi-plugins/sendimages/sendimagesdialog.cpp
+++ b/kipi-plugins/sendimages/sendimagesdialog.cpp
@@ -276,8 +276,8 @@ void SendImagesDialog::setupImagesList(void)
m_imageLabel = new TQLabel( m_groupBoxImageList );
m_imageLabel->setFixedHeight( 120 );
- m_imageLabel->tqsetAlignment( TQt::AlignHCenter | TQt::AlignVCenter );
- m_imageLabel->tqsetSizePolicy( TQSizePolicy( TQSizePolicy::Preferred, TQSizePolicy::Preferred ) );
+ m_imageLabel->setAlignment( TQt::AlignHCenter | TQt::AlignVCenter );
+ m_imageLabel->setSizePolicy( TQSizePolicy( TQSizePolicy::Preferred, TQSizePolicy::Preferred ) );
TQWhatsThis::add( m_imageLabel, i18n( "<p>Preview of the currently selected image on the list." ) );
grid->addMultiCellWidget(m_imageLabel, 2, 2, 2, 2);
@@ -292,14 +292,14 @@ void SendImagesDialog::setupImagesList(void)
TQWhatsThis::add( groupBox2, i18n("<p>The description of the currently selected image on the list.") );
TQVBoxLayout * groupBox2Layout = new TQVBoxLayout( groupBox2->tqlayout() );
- groupBox2Layout->tqsetAlignment( TQt::AlignTop );
+ groupBox2Layout->setAlignment( TQt::AlignTop );
m_ImageComments = new KSqueezedTextLabel( groupBox2 );
- m_ImageComments->tqsetAlignment( int( TQLabel::WordBreak | TQLabel::AlignVCenter ) );
+ m_ImageComments->setAlignment( int( TQLabel::WordBreak | TQLabel::AlignVCenter ) );
groupBox2Layout->addWidget( m_ImageComments );
m_ImageAlbum = new KSqueezedTextLabel( groupBox2 );
- m_ImageAlbum->tqsetAlignment( int( TQLabel::WordBreak | TQLabel::AlignVCenter ) );
+ m_ImageAlbum->setAlignment( int( TQLabel::WordBreak | TQLabel::AlignVCenter ) );
groupBox2Layout->addWidget( m_ImageAlbum );
vlay->addWidget( groupBox2 );
@@ -439,7 +439,7 @@ void SendImagesDialog::setupEmailOptions(void)
TQWhatsThis::add( groupBox2, i18n("<p>The properties of images to send.") );
TQVBoxLayout * groupBox2Layout = new TQVBoxLayout( groupBox2->tqlayout() );
- groupBox2Layout->tqsetAlignment( TQt::AlignTop );
+ groupBox2Layout->setAlignment( TQt::AlignTop );
m_changeImagesProp = new TQCheckBox(i18n("Adjust image properties"), groupBox2);
TQWhatsThis::add( m_changeImagesProp, i18n("<p>If you enable this option, "