From 0e00c0a86a4c9d7e80c7b66d91940cc7dcb79f78 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 --- kandy/src/mobilegui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kandy/src/mobilegui.cpp') diff --git a/kandy/src/mobilegui.cpp b/kandy/src/mobilegui.cpp index 70d0656f3..908837c49 100644 --- a/kandy/src/mobilegui.cpp +++ b/kandy/src/mobilegui.cpp @@ -954,7 +954,7 @@ void MobileGui::writeKabc() } -void MobileGui::refreshtqStatus() +void MobileGui::refreshStatus() { mScheduler->executeId( "+cbc" ); mScheduler->executeId( "+csq" ); @@ -1453,7 +1453,7 @@ void MobileGui::toggleConnection() emit connectModem(); readModelInformation(); - refreshtqStatus(); + refreshStatus(); mConnectButton->setText( tr2i18n( "Disconnect" ) ); PushButton1->setEnabled( true ); -- cgit v1.2.1