]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/validators.C
Rename .C ==> .cpp for files in src/frontends/qt4, part one
[features.git] / src / frontends / qt4 / validators.C
index e4cf2fe68e304968b0901662915859e7e7ee6990..262574d5b4ad2f898751f184adbbd4a3d0805bde 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file validators.C
+ * \file Validator.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 "validators.h"
+#include "Validator.h"
 #include "qt_helpers.h"
 
 #include "gettext.h"
@@ -209,5 +209,5 @@ PathValidator * getPathValidator(QLineEdit * ed)
 
 } // namespace lyx
 
-#include "validators_moc.cpp"
+#include "Validator_moc.cpp"