From 808e453c56036211f57482ed847d54aca01bba68 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:49:40 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- kppp/acctselect.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kppp/acctselect.cpp') diff --git a/kppp/acctselect.cpp b/kppp/acctselect.cpp index 121713c5..6b724b16 100644 --- a/kppp/acctselect.cpp +++ b/kppp/acctselect.cpp @@ -36,7 +36,7 @@ #include #include #include -#include +#include #include #include #include @@ -85,7 +85,7 @@ AccountingSelector::AccountingSelector(TQWidget *parent, bool _isnewaccount, con selected = new TQLabel(parent); selected->setFrameStyle(TQFrame::Sunken | TQFrame::WinPanel); selected->setLineWidth(1); - selected->setFixedHeight(selected->tqsizeHint().height() + 16); + selected->setFixedHeight(selected->sizeHint().height() + 16); l11->addWidget(lsel, 0); l11->addSpacing(10); l11->addWidget(selected, 1); -- cgit v1.2.1