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) --- korganizer/kotodoview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'korganizer/kotodoview.h') diff --git a/korganizer/kotodoview.h b/korganizer/kotodoview.h index 6175a053a..f9ce40703 100644 --- a/korganizer/kotodoview.h +++ b/korganizer/kotodoview.h @@ -126,7 +126,7 @@ class KOTodoView : public KOrg::BaseView DateList selectedIncidenceDates() { return DateList(); } /** Return number of shown dates. TodoView does not show dates, */ - int tqcurrentDateCount() { return 0; } + int currentDateCount() { return 0; } CalPrinterBase::PrintType printType(); -- cgit v1.2.1