mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Rename rowpainter.* to RowPainter.*
This is the convention for files that define classes.
This commit is contained in:
parent
41740ea915
commit
b54deb3683
@ -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 \
|
||||
|
@ -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 <config.h>
|
||||
#include <algorithm>
|
||||
|
||||
#include "rowpainter.h"
|
||||
#include "RowPainter.h"
|
||||
|
||||
#include "Buffer.h"
|
||||
#include "CoordCache.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.
|
||||
*
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user