diff options
author | Timothy Pearson <[email protected]> | 2011-12-21 14:04:42 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-21 14:04:42 -0600 |
commit | aab6b7485c28bc6ee2805a389c2560cda1d24d21 (patch) | |
tree | 20635bab0290ad55a667c2f7ca2b6e516b7b68a7 /src/sources/labelsourcePrefs.cpp | |
parent | 5599badf00624db6b9cecd7a00971f8c2387b73c (diff) | |
download | kima-aab6b7485c28bc6ee2805a389c2560cda1d24d21.tar.gz kima-aab6b7485c28bc6ee2805a389c2560cda1d24d21.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'src/sources/labelsourcePrefs.cpp')
-rw-r--r-- | src/sources/labelsourcePrefs.cpp | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/sources/labelsourcePrefs.cpp b/src/sources/labelsourcePrefs.cpp index 3f32e77..8510961 100644 --- a/src/sources/labelsourcePrefs.cpp +++ b/src/sources/labelsourcePrefs.cpp @@ -44,36 +44,36 @@ LabelSourcePrefs::LabelSourcePrefs( TQWidget* parent, const char* name, WFlags f taskbartitleLabel->setFont( taskbartitleLabel_font ); defaultSourcePrefsFrameLayout->addWidget( taskbartitleLabel ); - tqlayout13 = new TQHBoxLayout( 0, 0, 6, "tqlayout13"); + layout13 = new TQHBoxLayout( 0, 0, 6, "layout13"); colorLabel = new TQLabel( defaultSourcePrefsFrame, "colorLabel" ); - tqlayout13->addWidget( colorLabel ); + layout13->addWidget( colorLabel ); colorButton = new KColorButton( defaultSourcePrefsFrame, "colorButton" ); - tqlayout13->addWidget( colorButton ); + layout13->addWidget( colorButton ); spacer1 = new TQSpacerItem( 350, 20, TQSizePolicy::Expanding, TQSizePolicy::Minimum ); - tqlayout13->addItem( spacer1 ); - defaultSourcePrefsFrameLayout->addLayout( tqlayout13 ); + layout13->addItem( spacer1 ); + defaultSourcePrefsFrameLayout->addLayout( layout13 ); - tqlayout17 = new TQHBoxLayout( 0, 0, 6, "tqlayout17"); + layout17 = new TQHBoxLayout( 0, 0, 6, "layout17"); fontLabel = new TQLabel( defaultSourcePrefsFrame, "fontLabel" ); - tqlayout17->addWidget( fontLabel ); + layout17->addWidget( fontLabel ); fontRequester = new KFontRequester( defaultSourcePrefsFrame, "fontRequester" ); - tqlayout17->addWidget( fontRequester ); - defaultSourcePrefsFrameLayout->addLayout( tqlayout17 ); + layout17->addWidget( fontRequester ); + defaultSourcePrefsFrameLayout->addLayout( layout17 ); - tqlayout18 = new TQHBoxLayout( 0, 0, 6, "tqlayout18"); + layout18 = new TQHBoxLayout( 0, 0, 6, "layout18"); alignmentLabel = new TQLabel( defaultSourcePrefsFrame, "alignmentLabel" ); - tqlayout18->addWidget( alignmentLabel ); + layout18->addWidget( alignmentLabel ); alignmentComboBox = new TQComboBox( FALSE, defaultSourcePrefsFrame, "alignmentComboBox" ); - tqlayout18->addWidget( alignmentComboBox ); + layout18->addWidget( alignmentComboBox ); spacer2 = new TQSpacerItem( 350, 20, TQSizePolicy::Expanding, TQSizePolicy::Minimum ); - tqlayout18->addItem( spacer2 ); - defaultSourcePrefsFrameLayout->addLayout( tqlayout18 ); + layout18->addItem( spacer2 ); + defaultSourcePrefsFrameLayout->addLayout( layout18 ); LabelSourcePrefsLayout->addWidget( defaultSourcePrefsFrame ); languageChange(); resize( TQSize(299, 135).expandedTo(minimumSizeHint()) ); |