From 670adfafbbf772ab10789ff03d6d0c515a2e3468 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: Remove the tq in front of these incorrectly TQt4-converted methods/data members: tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kima@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/sources/labelsourcePrefs.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/sources/labelsourcePrefs.cpp') diff --git a/src/sources/labelsourcePrefs.cpp b/src/sources/labelsourcePrefs.cpp index cd7eb47..4ff75fc 100644 --- a/src/sources/labelsourcePrefs.cpp +++ b/src/sources/labelsourcePrefs.cpp @@ -66,11 +66,11 @@ LabelSourcePrefs::LabelSourcePrefs( TQWidget* tqparent, const char* name, WFlags tqlayout18 = new TQHBoxLayout( 0, 0, 6, "tqlayout18"); - tqalignmentLabel = new TQLabel( defaultSourcePrefsFrame, "tqalignmentLabel" ); - tqlayout18->addWidget( tqalignmentLabel ); + alignmentLabel = new TQLabel( defaultSourcePrefsFrame, "alignmentLabel" ); + tqlayout18->addWidget( alignmentLabel ); - tqalignmentComboBox = new TQComboBox( FALSE, defaultSourcePrefsFrame, "tqalignmentComboBox" ); - tqlayout18->addWidget( tqalignmentComboBox ); + alignmentComboBox = new TQComboBox( FALSE, defaultSourcePrefsFrame, "alignmentComboBox" ); + tqlayout18->addWidget( alignmentComboBox ); spacer2 = new TQSpacerItem( 350, 20, TQSizePolicy::Expanding, TQSizePolicy::Minimum ); tqlayout18->addItem( spacer2 ); defaultSourcePrefsFrameLayout->addLayout( tqlayout18 ); @@ -100,11 +100,11 @@ void LabelSourcePrefs::languageChange() colorLabel->setText( tr2i18n( "Foreground color:" ) ); colorButton->setText( TQString() ); fontLabel->setText( tr2i18n( "Font:" ) ); - tqalignmentLabel->setText( tr2i18n( "Alignment:" ) ); - tqalignmentComboBox->clear(); - tqalignmentComboBox->insertItem( tr2i18n( "Left" ) ); - tqalignmentComboBox->insertItem( tr2i18n( "Center" ) ); - tqalignmentComboBox->insertItem( tr2i18n( "Right" ) ); + alignmentLabel->setText( tr2i18n( "Alignment:" ) ); + alignmentComboBox->clear(); + alignmentComboBox->insertItem( tr2i18n( "Left" ) ); + alignmentComboBox->insertItem( tr2i18n( "Center" ) ); + alignmentComboBox->insertItem( tr2i18n( "Right" ) ); } #include "labelsourcePrefs.moc" -- cgit v1.2.1