From bab40890696ec68c337dc290880423a0602b83c7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 16 Jan 2011 02:40:35 +0000 Subject: Finished remaining porting to new TQt API git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1214736 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdeprint/cups/kmwquota.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kdeprint/cups/kmwquota.cpp') diff --git a/kdeprint/cups/kmwquota.cpp b/kdeprint/cups/kmwquota.cpp index f9c34c04a..703a9510f 100644 --- a/kdeprint/cups/kmwquota.cpp +++ b/kdeprint/cups/kmwquota.cpp @@ -93,20 +93,20 @@ KMWQuota::KMWQuota(TQWidget *parent, const char *name) m_timeunit->insertItem(i18n(time_keywords[i])); m_timeunit->setCurrentItem(3); - QLabel *lab1 = new TQLabel(i18n("&Period:"), this); - QLabel *lab2 = new TQLabel(i18n("&Size limit (KB):"), this); - QLabel *lab3 = new TQLabel(i18n("&Page limit:"), this); + TQLabel *lab1 = new TQLabel(i18n("&Period:"), this); + TQLabel *lab2 = new TQLabel(i18n("&Size limit (KB):"), this); + TQLabel *lab3 = new TQLabel(i18n("&Page limit:"), this); lab1->setBuddy(m_period); lab2->setBuddy(m_sizelimit); lab3->setBuddy(m_pagelimit); - QLabel *lab4 = new TQLabel(i18n("

Set here the quota for this printer. Using limits of 0 means " + TQLabel *lab4 = new TQLabel(i18n("

Set here the quota for this printer. Using limits of 0 means " "that no quota will be used. This is equivalent to set quota period to " "No quota (-1). Quota limits are defined on a per-user base and " "applied to all users.

"), this); - QGridLayout *l0 = new TQGridLayout(this, 5, 3, 0, 10); + TQGridLayout *l0 = new TQGridLayout(this, 5, 3, 0, 10); l0->setRowStretch(4, 1); l0->setColStretch(1, 1); l0->addMultiCellWidget(lab4, 0, 0, 0, 2); -- cgit v1.2.1