From b54deb36839c97886ac9ff607e248cf16b0443c7 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Fri, 25 Jul 2014 21:55:08 +0200 Subject: [PATCH] Rename rowpainter.* to RowPainter.* This is the convention for files that define classes. --- src/Makefile.am | 4 ++-- src/{rowpainter.cpp => RowPainter.cpp} | 4 ++-- src/{rowpainter.h => RowPainter.h} | 2 +- src/TextMetrics.cpp | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename src/{rowpainter.cpp => RowPainter.cpp} (99%) rename src/{rowpainter.h => RowPainter.h} (99%) diff --git a/src/Makefile.am b/src/Makefile.am index e40a3bc278..17bad02b84 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -168,7 +168,7 @@ SOURCEFILESCORE = \ ParIterator.cpp \ PDFOptions.cpp \ Row.cpp \ - rowpainter.cpp \ + RowPainter.cpp \ Server.cpp \ ServerSocket.cpp \ sgml.cpp \ @@ -273,7 +273,7 @@ HEADERFILESCORE = \ ParIterator.h \ PDFOptions.h \ Row.h \ - rowpainter.h \ + RowPainter.h \ Server.h \ ServerSocket.h \ Session.h \ diff --git a/src/rowpainter.cpp b/src/RowPainter.cpp similarity index 99% rename from src/rowpainter.cpp rename to src/RowPainter.cpp index bb2535f66c..bf9f2805ba 100644 --- a/src/rowpainter.cpp +++ b/src/RowPainter.cpp @@ -1,5 +1,5 @@ /** - * \file rowpainter.cpp + * \file RowPainter.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * @@ -12,7 +12,7 @@ #include #include -#include "rowpainter.h" +#include "RowPainter.h" #include "Buffer.h" #include "CoordCache.h" diff --git a/src/rowpainter.h b/src/RowPainter.h similarity index 99% rename from src/rowpainter.h rename to src/RowPainter.h index 7e29c0ef16..aebd73e20e 100644 --- a/src/rowpainter.h +++ b/src/RowPainter.h @@ -1,6 +1,6 @@ // -*- C++ -*- /** - * \file rowpainter.h + * \file RowPainter.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/TextMetrics.cpp b/src/TextMetrics.cpp index 45a500762e..540537b1a7 100644 --- a/src/TextMetrics.cpp +++ b/src/TextMetrics.cpp @@ -32,7 +32,7 @@ #include "LyXRC.h" #include "MetricsInfo.h" #include "ParagraphParameters.h" -#include "rowpainter.h" +#include "RowPainter.h" #include "Text.h" #include "TextClass.h" #include "VSpace.h" -- 2.39.2