rename PowerTap.(h|cpp) to PowerTapUtil.(h|cpp)

...in preparation for separating out a PowerTapDevice class.
This commit is contained in:
Sean Rhea
2009-08-09 10:13:16 -07:00
parent b4553ed189
commit 6e56b8652f
5 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
#define _GC_DownloadRideDialog_h 1
#include <QtGui>
#include "PowerTap.h"
#include "PowerTapUtil.h"
class MainWindow;
class DownloadThread;

View File

@@ -16,7 +16,7 @@
* Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "PowerTap.h"
#include "PowerTapUtil.h"
#include <math.h>
#define PT_DEBUG false

View File

@@ -17,7 +17,7 @@
*/
#include "RawRideFile.h"
#include "PowerTap.h"
#include "PowerTapUtil.h"
#include <assert.h>
#include <math.h>

View File

@@ -50,7 +50,7 @@ HEADERS += \
LogTimeScaleDraw.h \
LogTimeScaleEngine.h \
Pages.h \
PowerTap.h \
PowerTapUtil.h \
Serial.h \
ToolsDialog.h \
Zones.h \
@@ -94,7 +94,7 @@ SOURCES += \
LogTimeScaleDraw.cpp \
LogTimeScaleEngine.cpp \
Pages.cpp \
PowerTap.cpp \
PowerTapUtil.cpp \
Serial.cpp \
ToolsDialog.cpp \
Zones.cpp \