]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/QTabular.C
Rename .C ==> .cpp for files in src/frontends/qt4, part one
[features.git] / src / frontends / qt4 / QTabular.C
index 8969ed98c30e2b61da9a21ad6ecd9369d287213e..8ea05404d62bf4bedfece17391fca818f3e965cf 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QTabular.C
+ * \file QTabular.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
 
 #include <config.h>
 
-#include "checkedwidgets.h"
+#include "CheckedLineEdit.h"
 #include "QTabular.h"
 #include "Qt2BC.h"
 
-#include "lengthcombo.h"
-#include "validators.h"
+#include "LengthCombo.h"
+#include "Validator.h"
 #include "qt_helpers.h"
 
 #include "controllers/ButtonController.h"
@@ -31,7 +31,7 @@
 #include <QRadioButton>
 #include <QLineEdit>
 
-#include "qsetborder.h"
+#include "QSetBorder.h"
 
 using std::string;