From cc17a105bc9cf5683ff3f208214068c571fcde59 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:33:07 -0600 Subject: Rename old tq methods that no longer need a unique name (cherry picked from commit 3c299dfe48c0060272c2966fff599b3b417e2ee4) --- noatun/modules/metatag/edit.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'noatun/modules/metatag') diff --git a/noatun/modules/metatag/edit.cpp b/noatun/modules/metatag/edit.cpp index 89c123a4..6e37347c 100644 --- a/noatun/modules/metatag/edit.cpp +++ b/noatun/modules/metatag/edit.cpp @@ -37,9 +37,9 @@ Editor::Editor() TQHBox *heading = new TQHBox(mMainWidget, "Editor::heading"); heading->setSpacing(4); mFileIcon = new TQLabel(heading); - mFileIcon->tqsetAlignment(AlignVCenter | AlignLeft); + mFileIcon->setAlignment(AlignVCenter | AlignLeft); mFile = new TQLabel(heading); - mFile->tqsetAlignment(AlignVCenter | AlignLeft); + mFile->setAlignment(AlignVCenter | AlignLeft); heading->setStretchFactor(mFile, 2); mGrid->addMultiCellWidget(heading, 0, 0, 0, 2); @@ -53,7 +53,7 @@ Editor::Editor() connect(this, TQT_SIGNAL(okClicked()), TQT_SLOT(save())); enableButtonSeparator(true); - setFixedHeight(tqsizeHint().height()); + setFixedHeight(sizeHint().height()); } void Editor::open(const PlaylistItem & file) -- cgit v1.2.1