From bcc684e28ad6f9ebeeae5d334a4dc297cef3e816 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:35:27 -0600 Subject: Rename old tq methods that no longer need a unique name --- ktimer/ktimer.cpp | 4 ++-- ktimer/prefwidget.ui | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ktimer') diff --git a/ktimer/ktimer.cpp b/ktimer/ktimer.cpp index a387d87..4911154 100644 --- a/ktimer/ktimer.cpp +++ b/ktimer/ktimer.cpp @@ -59,7 +59,7 @@ public: KTimerJob *job() { return m_job; }; - void settqStatus( bool error ) { + void setStatus( bool error ) { m_error = error; update(); } @@ -239,7 +239,7 @@ void KTimerPref::jobChanged( KTimerJob *job ) void KTimerPref::jobFinished( KTimerJob *job, bool error ) { KTimerJobItem *item = static_cast(job->user()); - item->settqStatus( error ); + item->setStatus( error ); m_list->triggerUpdate(); } diff --git a/ktimer/prefwidget.ui b/ktimer/prefwidget.ui index 766d39b..1989ba4 100644 --- a/ktimer/prefwidget.ui +++ b/ktimer/prefwidget.ui @@ -106,7 +106,7 @@ Expanding - + 20 20 @@ -183,7 +183,7 @@ Expanding - + 20 20 -- cgit v1.2.1