From e3649f744289c180537d2d8474dc0e39050e654f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:34:45 -0600 Subject: Rename old tq methods that no longer need a unique name (cherry picked from commit 0e00c0a86a4c9d7e80c7b66d91940cc7dcb79f78) --- karm/printdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'karm/printdialog.cpp') diff --git a/karm/printdialog.cpp b/karm/printdialog.cpp index b8d05ace..9d3178bc 100644 --- a/karm/printdialog.cpp +++ b/karm/printdialog.cpp @@ -64,8 +64,8 @@ PrintDialog::PrintDialog() _from = new KDateEdit(rangeWidget); // Default from date to beginning of the month - year = TQDate::tqcurrentDate().year(); - month = TQDate::tqcurrentDate().month(); + year = TQDate::currentDate().year(); + month = TQDate::currentDate().month(); _from->setDate(TQDate(year, month, 1)); rangeLayout->addWidget(_from); rangeLayout->addWidget(new TQLabel(i18n("To:"), rangeWidget)); -- cgit v1.2.3