Skip to content

Commit

Permalink
refs #5167. change filenames to reflect classes
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Aug 30, 2012
1 parent 2766c0f commit 63c2691
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/MantidQt/SliceViewer/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
set ( SRC_FILES
src/ColorBarWidget.cpp
src/ConcretePeaksPresenter.cpp
src/CustomTools.cpp
src/DimensionSliceWidget.cpp
src/LineOverlay.cpp
src/LineViewer.cpp
src/PeakOverlay.cpp
src/PeakOverlayFactory.cpp
src/PeaksPresenter.cpp
src/QScienceSpinBox.cpp
src/QwtRasterDataMD.cpp
src/SliceViewer.cpp
Expand Down Expand Up @@ -65,7 +65,7 @@ set ( UI_FILES
)

set ( TEST_FILES
test/PeaksPresenterTest.h
test/ConcretePeaksPresenterTest.h
)

# Python unit tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ using namespace Mantid::API;
using namespace Mantid::Kernel;
using namespace testing;

class PeaksPresenterTest : public CxxTest::TestSuite
class ConcretePeaksPresenterTest : public CxxTest::TestSuite
{
private:

Expand Down

0 comments on commit 63c2691

Please sign in to comment.