From 6687cd2515bdebbd8f0c92261f3acf8777441ca6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:28:00 -0600 Subject: Rename old tq methods that no longer need a unique name --- kmag/kmagzoomview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmag/kmagzoomview.h') diff --git a/kmag/kmagzoomview.h b/kmag/kmagzoomview.h index 1f8d9bc..89882b4 100644 --- a/kmag/kmagzoomview.h +++ b/kmag/kmagzoomview.h @@ -61,7 +61,7 @@ class KMagZoomView : public TQScrollView TQPixmap getPixmap(); /// Returns the state of the refresh switch - bool getRefreshtqStatus() const { return m_refreshSwitch; }; + bool getRefreshStatus() const { return m_refreshSwitch; }; /// Returns teh status of followMouse bool getFollowMouse() const { return m_followMouse; }; -- cgit v1.2.1