From f59dfa08651a47f21d004e8e4cb5020b8035287e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:59:25 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 83fbc82a101309e171089f0d5ed080f82a367345. --- noatun/modules/metatag/edit.cpp | 8 ++++---- noatun/modules/metatag/metatag.cpp | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'noatun/modules/metatag') diff --git a/noatun/modules/metatag/edit.cpp b/noatun/modules/metatag/edit.cpp index 732f3c01..89c123a4 100644 --- a/noatun/modules/metatag/edit.cpp +++ b/noatun/modules/metatag/edit.cpp @@ -1,5 +1,5 @@ #include -#include +#include #include #include #include @@ -37,9 +37,9 @@ Editor::Editor() TQHBox *heading = new TQHBox(mMainWidget, "Editor::heading"); heading->setSpacing(4); mFileIcon = new TQLabel(heading); - mFileIcon->setAlignment(AlignVCenter | AlignLeft); + mFileIcon->tqsetAlignment(AlignVCenter | AlignLeft); mFile = new TQLabel(heading); - mFile->setAlignment(AlignVCenter | AlignLeft); + mFile->tqsetAlignment(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(sizeHint().height()); + setFixedHeight(tqsizeHint().height()); } void Editor::open(const PlaylistItem & file) diff --git a/noatun/modules/metatag/metatag.cpp b/noatun/modules/metatag/metatag.cpp index 8fde5123..1ec54cbf 100644 --- a/noatun/modules/metatag/metatag.cpp +++ b/noatun/modules/metatag/metatag.cpp @@ -9,7 +9,7 @@ #include #include -#include +#include #include #include -- cgit v1.2.1