From 089118c18533dfa3e6ce5065dbebdd4db94051f1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:33:51 -0600 Subject: Rename old tq methods that no longer need a unique name --- kopete/plugins/smpppdcs/iconnector.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kopete/plugins/smpppdcs/iconnector.h') diff --git a/kopete/plugins/smpppdcs/iconnector.h b/kopete/plugins/smpppdcs/iconnector.h index ab63ec71..c4846862 100644 --- a/kopete/plugins/smpppdcs/iconnector.h +++ b/kopete/plugins/smpppdcs/iconnector.h @@ -37,9 +37,9 @@ public: * This method needs to get reimplemented at classes which implement * this interface. * - * @param newtqStatus the status of the internet connection, TRUE if there is a connection, otherwise FALSE + * @param newStatus the status of the internet connection, TRUE if there is a connection, otherwise FALSE */ - virtual void setConnectedtqStatus(bool newtqStatus) = 0; + virtual void setConnectedStatus(bool newStatus) = 0; }; #endif -- cgit v1.2.1