]> git.lyx.org Git - features.git/commitdiff
Rename .C ==> .cpp for files in src/frontends/qt4, part one
authorBo Peng <bpeng@lyx.org>
Thu, 26 Apr 2007 03:53:02 +0000 (03:53 +0000)
committerBo Peng <bpeng@lyx.org>
Thu, 26 Apr 2007 03:53:02 +0000 (03:53 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18014 a592a061-630c-0410-9148-cb99ea01b6c8

113 files changed:
development/cmake/src/frontends/qt4/CMakeLists.txt
development/scons/SConstruct
development/scons/scons_manifest.py
po/POTFILES.in
src/frontends/Dialogs.C
src/frontends/Makefile.am
src/frontends/qt4/Action.C
src/frontends/qt4/Alert_pimpl.C
src/frontends/qt4/BulletsModule.C
src/frontends/qt4/ColorCache.C
src/frontends/qt4/Dialogs.C
src/frontends/qt4/FileDialog.C
src/frontends/qt4/FileDialog_private.C
src/frontends/qt4/FileDialog_private.h
src/frontends/qt4/GuiApplication.C
src/frontends/qt4/GuiClipboard.C
src/frontends/qt4/GuiFontLoader.C
src/frontends/qt4/GuiFontMetrics.C
src/frontends/qt4/GuiImplementation.C
src/frontends/qt4/GuiSelection.C
src/frontends/qt4/GuiView.C
src/frontends/qt4/GuiWorkArea.C
src/frontends/qt4/InsertTableWidget.C
src/frontends/qt4/LyXKeySymFactory.C
src/frontends/qt4/Makefile.am
src/frontends/qt4/Makefile.dialogs
src/frontends/qt4/QAbout.C
src/frontends/qt4/QBibitem.C
src/frontends/qt4/QBibtex.C
src/frontends/qt4/QBox.C
src/frontends/qt4/QBranch.C
src/frontends/qt4/QBranches.C
src/frontends/qt4/QChanges.C
src/frontends/qt4/QCharacter.C
src/frontends/qt4/QCitation.C
src/frontends/qt4/QCitationDialog.C
src/frontends/qt4/QCommandBuffer.C
src/frontends/qt4/QCommandEdit.C
src/frontends/qt4/QDelimiterDialog.C
src/frontends/qt4/QDialogView.C
src/frontends/qt4/QDocument.C
src/frontends/qt4/QERT.C
src/frontends/qt4/QErrorList.C
src/frontends/qt4/QExternal.C
src/frontends/qt4/QFloat.C
src/frontends/qt4/QFloatDialog.C
src/frontends/qt4/QGraphics.C
src/frontends/qt4/QGraphicsDialog.C
src/frontends/qt4/QInclude.C
src/frontends/qt4/QIndex.C
src/frontends/qt4/QLImage.C
src/frontends/qt4/QLMenubar.C
src/frontends/qt4/QLPainter.C
src/frontends/qt4/QLPopupMenu.C
src/frontends/qt4/QLPrintDialog.C
src/frontends/qt4/QLToolbar.C
src/frontends/qt4/QLog.C
src/frontends/qt4/QLyXKeySym.C
src/frontends/qt4/QMathMatrixDialog.C
src/frontends/qt4/QNomencl.C
src/frontends/qt4/QNote.C
src/frontends/qt4/QParagraph.C
src/frontends/qt4/QPrefs.C
src/frontends/qt4/QPrint.C
src/frontends/qt4/QRef.C
src/frontends/qt4/QSearch.C
src/frontends/qt4/QSendto.C
src/frontends/qt4/QShowFile.C
src/frontends/qt4/QSpellchecker.C
src/frontends/qt4/QTabular.C
src/frontends/qt4/QTabularCreate.C
src/frontends/qt4/QTexinfo.C
src/frontends/qt4/QThesaurus.C
src/frontends/qt4/QToc.C
src/frontends/qt4/QURLDialog.C
src/frontends/qt4/QVSpace.C
src/frontends/qt4/QViewSource.C
src/frontends/qt4/QWrap.C
src/frontends/qt4/Qt2BC.C
src/frontends/qt4/TocWidget.C
src/frontends/qt4/UrlView.C
src/frontends/qt4/checkedwidgets.C
src/frontends/qt4/checkedwidgets.h
src/frontends/qt4/emptytable.C
src/frontends/qt4/emptytable.h
src/frontends/qt4/iconpalette.C
src/frontends/qt4/iconpalette.h
src/frontends/qt4/lengthcombo.C
src/frontends/qt4/lengthcombo.h
src/frontends/qt4/panelstack.C
src/frontends/qt4/panelstack.h
src/frontends/qt4/qfontexample.C
src/frontends/qt4/qfontexample.h
src/frontends/qt4/qsetborder.C
src/frontends/qt4/qsetborder.h
src/frontends/qt4/qtTimeout.C
src/frontends/qt4/qt_helpers.C
src/frontends/qt4/qt_helpers.h
src/frontends/qt4/ui/BoxUi.ui
src/frontends/qt4/ui/DocumentUi.ui
src/frontends/qt4/ui/ExternalUi.ui
src/frontends/qt4/ui/GraphicsUi.ui
src/frontends/qt4/ui/MarginsUi.ui
src/frontends/qt4/ui/MathMatrixUi.ui
src/frontends/qt4/ui/PageLayoutUi.ui
src/frontends/qt4/ui/PrefScreenFontsUi.ui
src/frontends/qt4/ui/PrefsUi.ui
src/frontends/qt4/ui/TabularUi.ui
src/frontends/qt4/ui/TextLayoutUi.ui
src/frontends/qt4/ui/VSpaceUi.ui
src/frontends/qt4/ui/WrapUi.ui
src/frontends/qt4/validators.C
src/frontends/qt4/validators.h

index b9ac5eaa9ff21eb3d6668993a7bbcb0e59dce69d..703c07c47f49662e2b343eb776fa5d8354a359b1 100644 (file)
@@ -32,11 +32,11 @@ include_directories(
                        ${CMAKE_CURRENT_BINARY_DIR})
 
 if(MERGE_FILES)
-       list(REMOVE_ITEM frontends_qt4_sources ${TOP_SRC_DIR}/src/frontends/qt4/QCommandEdit.C)
-       list(APPEND frontends_qt4_sources ${TOP_SRC_DIR}/src/frontends/qt4/QCommandEdit.C)
+       list(REMOVE_ITEM frontends_qt4_sources ${TOP_SRC_DIR}/src/frontends/qt4/QCommandEdit.cpp)
+       list(APPEND frontends_qt4_sources ${TOP_SRC_DIR}/src/frontends/qt4/QCommandEdit.cpp)
        list(REVERSE frontends_qt4_sources)
-       list(REMOVE_ITEM frontends_qt4_sources ${TOP_SRC_DIR}/src/frontends/qt4/GuiApplication.C)
-       list(APPEND frontends_qt4_sources ${TOP_SRC_DIR}/src/frontends/qt4/GuiApplication.C)
+       list(REMOVE_ITEM frontends_qt4_sources ${TOP_SRC_DIR}/src/frontends/qt4/GuiApplication.cpp)
+       list(APPEND frontends_qt4_sources ${TOP_SRC_DIR}/src/frontends/qt4/GuiApplication.cpp)
        lyx_const_touched_files(_allinone frontends_qt4_sources)
        set(depends_moc_uic ${frontends_qt4_headers} ${ui_files})
        SET_SOURCE_FILES_PROPERTIES(_allinone_const.C PROPERTIES OBJECT_DEPENDS "${depends_moc_uic}")
index 127b8402dc032592898824aa7c2f2284d8b9c3ac..591c27700fb1311b67bd1c9029aa56c4ae05f7d7 100644 (file)
@@ -1732,7 +1732,7 @@ if build_qt4:
     #
     # moc qt4_moc_files, the moced files are included in the original files
     #
-    qt4_moced_files = [frontend_env.Moc4(x.replace('.C', '_moc.cpp'), x.replace('.C', '.h')) for x in qt4_moc_files]
+    qt4_moced_files = [frontend_env.Moc4(x.replace('.cpp', '_moc.cpp'), x.replace('.cpp', '.h')) for x in qt4_moc_files]
 
     qt4 = frontend_env.StaticLibrary(
         target = '$LOCALLIBPATH/qt4',
index bd911a405136cb246e4345d8d13e04c69c843773..3fec72119fc9ec15151efe50ce973b3be8632d87 100644 (file)
@@ -661,71 +661,71 @@ src_frontends_qt4_ui_files = Split('''
 
 
 src_frontends_qt4_moc_files = Split('''
-    BulletsModule.C
-    QBox.C
-    QERT.C
-    QSearch.C
-    QSpellchecker.C
-    QTabularCreate.C
-    QTexinfo.C
-    QThesaurus.C
-    QTabular.C
-    QVSpace.C
-    QWrap.C
-    QDocument.C
-    QLog.C
-    QParagraph.C
-    QShowFile.C
-    QBibitem.C
-    QNomencl.C
-    emptytable.C
-    FileDialog_private.C
-    FloatPlacement.C
-    GuiApplication.C
-    GuiImplementation.C
-    iconpalette.C
-    lengthcombo.C
-    InsertTableWidget.C
-    panelstack.C
-    QBibtex.C
-    QBranch.C
-    QBranches.C
-    QChanges.C
-    QCharacter.C
-    QCitationDialog.C
-    QCommandBuffer.C
-    QCommandEdit.C
-    QDelimiterDialog.C
-    QErrorList.C
-    QExternal.C
-    QFloatDialog.C
-    QGraphicsDialog.C
-    QInclude.C
-    QIndex.C
-    Action.C
-    QLog.C
-    QViewSource.C
-    QLMenubar.C
-    QLPopupMenu.C
-    QLPrintDialog.C
-    QMathMatrixDialog.C
-    QNomencl.C
-    QNote.C
-    QPrefs.C
-    QRef.C
-    QSendto.C
-    qsetborder.C
-    QDialogView.C
-    TocModel.C
-    TocWidget.C
-    QToc.C
-    GuiView.C
-    QURLDialog.C
-    GuiWorkArea.C
-    QLToolbar.C
-    socket_callback.C
-    validators.C
-    QAbout.C
+    BulletsModule.cpp
+    QBox.cpp
+    QERT.cpp
+    QSearch.cpp
+    QSpellchecker.cpp
+    QTabularCreate.cpp
+    QTexinfo.cpp
+    QThesaurus.cpp
+    QTabular.cpp
+    QVSpace.cpp
+    QWrap.cpp
+    QDocument.cpp
+    QLog.cpp
+    QParagraph.cpp
+    QShowFile.cpp
+    QBibitem.cpp
+    QNomencl.cpp
+    EmptyTable.cpp
+    LyXFileDialog.cpp
+    FloatPlacement.cpp
+    GuiApplication.cpp
+    GuiImplementation.cpp
+    IconPalette.cpp
+    LengthCombo.cpp
+    InsertTableWidget.cpp
+    PanelStack.cpp
+    QBibtex.cpp
+    QBranch.cpp
+    QBranches.cpp
+    QChanges.cpp
+    QCharacter.cpp
+    QCitationDialog.cpp
+    QCommandBuffer.cpp
+    QCommandEdit.cpp
+    QDelimiterDialog.cpp
+    QErrorList.cpp
+    QExternal.cpp
+    QFloatDialog.cpp
+    QGraphicsDialog.cpp
+    QInclude.cpp
+    QIndex.cpp
+    Action.cpp
+    QLog.cpp
+    QViewSource.cpp
+    QLMenubar.cpp
+    QLPopupMenu.cpp
+    QLPrintDialog.cpp
+    QMathMatrixDialog.cpp
+    QNomencl.cpp
+    QNote.cpp
+    QPrefs.cpp
+    QRef.cpp
+    QSendto.cpp
+    QSetBorder.cpp
+    QDialogView.cpp
+    TocModel.cpp
+    TocWidget.cpp
+    QToc.cpp
+    GuiView.cpp
+    QURLDialog.cpp
+    GuiWorkArea.cpp
+    QLToolbar.cpp
+    socket_callback.cpp
+    Validator.cpp
+    QAbout.cpp
 ''')
 
 
@@ -735,7 +735,7 @@ src_frontends_qt4_header_files = Split('''
     BulletsModule.h
     ColorCache.h
     DockView.h
-    FileDialog_private.h
+    LyXFileDialog.h
     GuiApplication.h
     GuiClipboard.h
     GuiFontLoader.h
@@ -803,108 +803,108 @@ src_frontends_qt4_header_files = Split('''
     TocModel.h
     TocWidget.h
     UrlView.h
-    checkedwidgets.h
-    emptytable.h
+    CheckedLineEdit.h
+    EmptyTable.h
     FloatPlacement.h
-    iconpalette.h
-    lengthcombo.h
-    panelstack.h
-    qfontexample.h
+    IconPalette.h
+    LengthCombo.h
+    PanelStack.h
+    QFontExample.h
     qlkey.h
-    qsetborder.h
+    QSetBorder.h
     qtTimeout.h
     qt_helpers.h
     socket_callback.h
-    validators.h
+    Validator.h
 ''')
 
 
 src_frontends_qt4_files = Split('''
-    Action.C
-    Alert_pimpl.C
-    BulletsModule.C
-    ColorCache.C
-    Dialogs.C
-    FileDialog.C
-    FileDialog_private.C
-    GuiApplication.C
-    GuiClipboard.C
-    GuiFontLoader.C
-    GuiFontMetrics.C
-    GuiImplementation.C
-    GuiSelection.C
-    GuiView.C
-    GuiWorkArea.C
-    InsertTableWidget.C
-    LyXKeySymFactory.C
-    QAbout.C
-    QBibitem.C
-    QBibtex.C
-    QBox.C
-    QBranch.C
-    QBranches.C
-    QChanges.C
-    QCharacter.C
-    QCitation.C
-    QCitationDialog.C
-    QCommandBuffer.C
-    QCommandEdit.C
-    QDelimiterDialog.C
-    QDialogView.C
-    QDocument.C
-    QERT.C
-    QErrorList.C
-    QExternal.C
-    QFloat.C
-    QFloatDialog.C
-    QGraphics.C
-    QGraphicsDialog.C
-    QInclude.C
-    QIndex.C
-    QLImage.C
-    QLMenubar.C
-    QLPainter.C
-    QLPopupMenu.C
-    QLPrintDialog.C
-    QLToolbar.C
-    QLog.C
-    QLyXKeySym.C
-    QMathMatrixDialog.C
-    QNomencl.C
-    QNote.C
-    QParagraph.C
-    QPrefs.C
-    QPrint.C
-    QRef.C
-    QSearch.C
-    QSendto.C
-    QShowFile.C
-    QSpellchecker.C
-    QTabular.C
-    QTabularCreate.C
-    QTexinfo.C
-    QThesaurus.C
-    QToc.C
-    QURLDialog.C
-    QVSpace.C
-    QViewSource.C
-    QWrap.C
-    Qt2BC.C
-    TocModel.C
-    TocWidget.C
-    UrlView.C
-    checkedwidgets.C
-    emptytable.C
-    FloatPlacement.C
-    iconpalette.C
-    lengthcombo.C
-    panelstack.C
-    qfontexample.C
-    qsetborder.C
-    qtTimeout.C
-    qt_helpers.C
-    socket_callback.C
-    validators.C
+    Action.cpp
+    Alert_pimpl.cpp
+    BulletsModule.cpp
+    ColorCache.cpp
+    Dialogs.cpp
+    FileDialog.cpp
+    LyXFileDialog.cpp
+    GuiApplication.cpp
+    GuiClipboard.cpp
+    GuiFontLoader.cpp
+    GuiFontMetrics.cpp
+    GuiImplementation.cpp
+    GuiSelection.cpp
+    GuiView.cpp
+    GuiWorkArea.cpp
+    InsertTableWidget.cpp
+    LyXKeySymFactory.cpp
+    QAbout.cpp
+    QBibitem.cpp
+    QBibtex.cpp
+    QBox.cpp
+    QBranch.cpp
+    QBranches.cpp
+    QChanges.cpp
+    QCharacter.cpp
+    QCitation.cpp
+    QCitationDialog.cpp
+    QCommandBuffer.cpp
+    QCommandEdit.cpp
+    QDelimiterDialog.cpp
+    QDialogView.cpp
+    QDocument.cpp
+    QERT.cpp
+    QErrorList.cpp
+    QExternal.cpp
+    QFloat.cpp
+    QFloatDialog.cpp
+    QGraphics.cpp
+    QGraphicsDialog.cpp
+    QInclude.cpp
+    QIndex.cpp
+    QLImage.cpp
+    QLMenubar.cpp
+    QLPainter.cpp
+    QLPopupMenu.cpp
+    QLPrintDialog.cpp
+    QLToolbar.cpp
+    QLog.cpp
+    QLyXKeySym.cpp
+    QMathMatrixDialog.cpp
+    QNomencl.cpp
+    QNote.cpp
+    QParagraph.cpp
+    QPrefs.cpp
+    QPrint.cpp
+    QRef.cpp
+    QSearch.cpp
+    QSendto.cpp
+    QShowFile.cpp
+    QSpellchecker.cpp
+    QTabular.cpp
+    QTabularCreate.cpp
+    QTexinfo.cpp
+    QThesaurus.cpp
+    QToc.cpp
+    QURLDialog.cpp
+    QVSpace.cpp
+    QViewSource.cpp
+    QWrap.cpp
+    Qt2BC.cpp
+    TocModel.cpp
+    TocWidget.cpp
+    UrlView.cpp
+    CheckedLineEdit.cpp
+    EmptyTable.cpp
+    FloatPlacement.cpp
+    IconPalette.cpp
+    LengthCombo.cpp
+    PanelStack.cpp
+    QFontExample.cpp
+    QSetBorder.cpp
+    qtTimeout.cpp
+    qt_helpers.cpp
+    socket_callback.cpp
+    Validator.cpp
 ''')
 
 
index be1703a653412b7c74b2f593d429f635b3c1041b..7ab43d729158fbbf595c0ef5c8316562da2f23fb 100644 (file)
@@ -31,48 +31,48 @@ src/frontends/controllers/ControlPrint.cpp
 src/frontends/controllers/ControlSpellchecker.cpp
 src/frontends/controllers/ControlToc.cpp
 src/frontends/controllers/frontend_helpers.cpp
-src/frontends/qt4/Alert_pimpl.C
-src/frontends/qt4/BulletsModule.C
-src/frontends/qt4/Dialogs.C
-src/frontends/qt4/FileDialog.C
-src/frontends/qt4/GuiView.C
-src/frontends/qt4/GuiWorkArea.C
-src/frontends/qt4/QAbout.C
-src/frontends/qt4/QBibitem.C
-src/frontends/qt4/QBibtex.C
-src/frontends/qt4/QBox.C
-src/frontends/qt4/QBranch.C
-src/frontends/qt4/QBranches.C
-src/frontends/qt4/QChanges.C
-src/frontends/qt4/QCharacter.C
-src/frontends/qt4/QCitationDialog.C
-src/frontends/qt4/QCommandBuffer.C
-src/frontends/qt4/QDelimiterDialog.C
-src/frontends/qt4/QDocument.C
-src/frontends/qt4/QERT.C
-src/frontends/qt4/QExternal.C
-src/frontends/qt4/QFloat.C
-src/frontends/qt4/QGraphics.C
-src/frontends/qt4/QInclude.C
-src/frontends/qt4/QMathMatrixDialog.C
-src/frontends/qt4/QNote.C
-src/frontends/qt4/QParagraph.C
-src/frontends/qt4/QPrefs.C
-src/frontends/qt4/QPrint.C
-src/frontends/qt4/QRef.C
-src/frontends/qt4/QSearch.C
-src/frontends/qt4/QSendto.C
-src/frontends/qt4/QShowFile.C
-src/frontends/qt4/QSpellchecker.C
-src/frontends/qt4/QTabular.C
-src/frontends/qt4/QTabularCreate.C
-src/frontends/qt4/QTexinfo.C
-src/frontends/qt4/QThesaurus.C
-src/frontends/qt4/QVSpace.C
-src/frontends/qt4/QWrap.C
+src/frontends/qt4/Alert_pimpl.cpp
+src/frontends/qt4/BulletsModule.cpp
+src/frontends/qt4/Dialogs.cpp
+src/frontends/qt4/FileDialog.cpp
+src/frontends/qt4/GuiView.cpp
+src/frontends/qt4/GuiWorkArea.cpp
+src/frontends/qt4/QAbout.cpp
+src/frontends/qt4/QBibitem.cpp
+src/frontends/qt4/QBibtex.cpp
+src/frontends/qt4/QBox.cpp
+src/frontends/qt4/QBranch.cpp
+src/frontends/qt4/QBranches.cpp
+src/frontends/qt4/QChanges.cpp
+src/frontends/qt4/QCharacter.cpp
+src/frontends/qt4/QCitationDialog.cpp
+src/frontends/qt4/QCommandBuffer.cpp
+src/frontends/qt4/QDelimiterDialog.cpp
+src/frontends/qt4/QDocument.cpp
+src/frontends/qt4/QERT.cpp
+src/frontends/qt4/QExternal.cpp
+src/frontends/qt4/QFloat.cpp
+src/frontends/qt4/QGraphics.cpp
+src/frontends/qt4/QInclude.cpp
+src/frontends/qt4/QMathMatrixDialog.cpp
+src/frontends/qt4/QNote.cpp
+src/frontends/qt4/QParagraph.cpp
+src/frontends/qt4/QPrefs.cpp
+src/frontends/qt4/QPrint.cpp
+src/frontends/qt4/QRef.cpp
+src/frontends/qt4/QSearch.cpp
+src/frontends/qt4/QSendto.cpp
+src/frontends/qt4/QShowFile.cpp
+src/frontends/qt4/QSpellchecker.cpp
+src/frontends/qt4/QTabular.cpp
+src/frontends/qt4/QTabularCreate.cpp
+src/frontends/qt4/QTexinfo.cpp
+src/frontends/qt4/QThesaurus.cpp
+src/frontends/qt4/QVSpace.cpp
+src/frontends/qt4/QWrap.cpp
 src/frontends/qt4/Qt2BC.h
-src/frontends/qt4/UrlView.C
-src/frontends/qt4/validators.C
+src/frontends/qt4/UrlView.cpp
+src/frontends/qt4/Validator.cpp
 src/gettext.h
 src/importer.C
 src/insets/InsetBase.cpp
index b02cf97f6f788102a42e4bce0ea9b6146ecc88c8..afd4665c8414d6553e94365657fc971c47919ffe 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file frontends/Dialogs.C
+ * \file frontends/Dialogs.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index f9ee6a9b0807ec17388e5d6df66a1413b31ba50f..666f96530529fa94cdd26329f85a79f46dca26ce 100644 (file)
@@ -20,7 +20,7 @@ libfrontends_la_SOURCES = \
        Application.h \
        NoGuiFontLoader.h \
        NoGuiFontMetrics.h \
-       Dialogs.C \
+       Dialogs.cpp \
        Dialogs.h \
        FileDialog.h \
        FontLoader.h \
index b34d9543fb2cdfe24fd9ff5b0f7fadefbc030e77..66d8dc413b2479943fe9c9f95d5eac4fb4e770b2 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file Action.C
+ * \file Action.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 0218c7c7e925340269f2d6b2a8afd81254e08b50..6bf50fc1527856ed11382a4b5349f6855a9d426a 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file qt4/Alert_pimpl.C
+ * \file qt4/Alert_pimpl.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 7704b80261c2a231affd23c6dc4a3202e5b4f7dd..46cf50d547447707010fe456ddfa7e4c9ef6c91c 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file BulletsModule.C
+ * \file BulletsModule.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 5dcac2b96b2721ac2491344359d52fcfa1851cf3..56994fd506291c1a7b34afa49793adb65cf05476 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file ColorCache.C
+ * \file ColorCache.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 318507e7c1b59f36a293cc487d1c31b7bbf374b7..0735eab547f325870c3fa18c69a0d7d835ef4a02 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file qt4/Dialogs.C
+ * \file qt4/Dialogs.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index e74ccba8760df138e45c8530369bdca19d826a81..bee4e6ad1f73f5e76956453ea2bbd084bd32d011 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file qt4/FileDialog.C
+ * \file qt4/FileDialog.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -13,7 +13,7 @@
 
 #include "frontends/FileDialog.h"
 
-#include "FileDialog_private.h"
+#include "LyXFileDialog.h"
 #include "qt_helpers.h"
 
 #include "debug.h"
index fefa83ad4c6f37665ece1f460403bc026b07b2b0..0d6652c9b756f326c0f5fecf4731696078449cea 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file FileDialog_private.C
+ * \file LyXFileDialog.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,7 +10,7 @@
 
 #include <config.h>
 
-#include "FileDialog_private.h"
+#include "LyXFileDialog.h"
 
 #include "qt_helpers.h"
 
@@ -84,5 +84,5 @@ void LyXFileDialog::buttonClicked()
 
 } // namespace lyx
 
-#include "FileDialog_private_moc.cpp"
+#include "LyXFileDialog_moc.cpp"
 
index e697b361f0bb57a0837b727aa53339d3929a3343..65e2dd412a3529a3af61143bba808d042ed4dbcd 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file FileDialog_private.h
+ * \file LyXFileDialog.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -9,8 +9,8 @@
  * Full author contact details are available in file CREDITS.
  */
 
-#ifndef FILEDIALOG_PRIVATE_H
-#define FILEDIALOG_PRIVATE_H
+#ifndef LYXFILEDIALOG_H
+#define LYXFILEDIALOG_H
 
 #include "frontends/FileDialog.h"
 
@@ -44,4 +44,4 @@ private:
 } // namespace lyx
 
 
-#endif // FILEDIALOG_PRIVATE_H
+#endif // LYXFILEDIALOG_H
index 88f412771e662eb70c9a5a4eab8ab5940313bc6b..b8011a88112f0d67822e759bdfc816e7e1921b2e 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file qt4/GuiApplication.C
+ * \file qt4/GuiApplication.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 03c1c2b40f4de0a0b2c77e56a940f07e93f612d2..dfb4665233bff29a10247d043f298aca2eb30250 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file qt4/GuiClipboard.C
+ * \file qt4/GuiClipboard.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 2c473882fc421a0f68263508a36a687c8fa72872..f5cc8c9a5a593f2ad6291273d86e2966a6c25290 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file GuiFontLoader.C
+ * \file GuiFontLoader.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 0421b5a059def8e0a3c06e2cf9e09f84730e9a70..cf38d4d9c14bc0b6eeeed82c28560e1e411b3287 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file GuiFontMetrics.C
+ * \file GuiFontMetrics.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index de37f502547c46faf7effb9c2b66269282adb85f..18ae534f41f56a61cb18dd02f15691348c84ef7c 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file GuiImplementation.C
+ * \file GuiImplementation.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 16506d4718e70d8fc96661f9bcb6c5f80177940c..17c60b3d82860c247c9a90a10099135e6788d9b8 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file qt4/GuiSelection.C
+ * \file qt4/GuiSelection.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 763ad229a23cce16040b2fce5a4e34bc56c7ed43..113f1432cf88512ee8ffc303113ea945d30b4207 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file GuiView.C
+ * \file GuiView.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index a06303ab73e14d6c722dd4534e1b8fd8aaa64400..436e7f133300c903ade3707d889a8f61fe4dcbbd 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file GuiWorkArea.C
+ * \file GuiWorkArea.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 0868c6353aa36b17a8e7ad3496015d73a66f1915..de8a31768f3eac996165ced484fd173de6fd2ed9 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file InsertTableWidget.C
+ * \file InsertTableWidget.cpp
  *
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
index 8e292031648ec6e77bc3c2b79dbf19f53ca46346..abff60d7ede81bfcbf3766e30a31c2d8229da581 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file qt4/LyXKeySymFactory.C
+ * \file qt4/LyXKeySymFactory.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 135d7cb5fc3f767bbb9f07a0130f12b0865c0ff0..b8c2c8d9e34212573973aaef6aa0c1e358858224 100644 (file)
@@ -30,34 +30,34 @@ AM_CPPFLAGS += \
        -I$(top_srcdir)/src/frontends/controllers
 
 libqt4_la_SOURCES = \
-       Alert_pimpl.C \
-       ColorCache.h ColorCache.C \
+       Alert_pimpl.cpp \
+       ColorCache.h ColorCache.cpp \
        DockView.h \
-       Dialogs.C \
-       FileDialog.C \
-       GuiClipboard.h GuiClipboard.C \
-       GuiFontLoader.h GuiFontLoader.C \
-       GuiFontMetrics.h GuiFontMetrics.C \
-       GuiSelection.h GuiSelection.C \
-       LyXKeySymFactory.C \
-       QLMenubar.C QLMenubar.h \
-       QBox.C QBox.h \
-       QBranches.C QBranches.h \
-       QCitation.C QCitation.h \
-       QDialogView.C QDialogView.h \
-       QFloat.C QFloat.h \
-       QGraphics.C QGraphics.h \
-       QLImage.C QLImage.h \
-       QViewSource.C QViewSource.h \
-       QLPainter.C QLPainter.h \
-       QLyXKeySym.C QLyXKeySym.h \
-       QPrint.C QPrint.h \
-       Qt2BC.C Qt2BC.h \
-       checkedwidgets.C checkedwidgets.h \
-       panelstack.h panelstack.C \
-       qfontexample.h qfontexample.C \
+       Dialogs.cpp \
+       FileDialog.cpp \
+       GuiClipboard.h GuiClipboard.cpp \
+       GuiFontLoader.h GuiFontLoader.cpp \
+       GuiFontMetrics.h GuiFontMetrics.cpp \
+       GuiSelection.h GuiSelection.cpp \
+       LyXKeySymFactory.cpp \
+       QLMenubar.cpp QLMenubar.h \
+       QBox.cpp QBox.h \
+       QBranches.cpp QBranches.h \
+       QCitation.cpp QCitation.h \
+       QDialogView.cpp QDialogView.h \
+       QFloat.cpp QFloat.h \
+       QGraphics.cpp QGraphics.h \
+       QLImage.cpp QLImage.h \
+       QViewSource.cpp QViewSource.h \
+       QLPainter.cpp QLPainter.h \
+       QLyXKeySym.cpp QLyXKeySym.h \
+       QPrint.cpp QPrint.h \
+       Qt2BC.cpp       Qt2BC.h \
+       CheckedLineEdit.cpp CheckedLineEdit.h \
+       PanelStack.h PanelStack.cpp \
+       QFontExample.h QFontExample.cpp \
        qlkey.h \
-       qt_helpers.h qt_helpers.C \
-       qtTimeout.C qtTimeout.h \
-       UrlView.C UrlView.h \
+       qt_helpers.h qt_helpers.cpp \
+       qtTimeout.cpp qtTimeout.h \
+       UrlView.cpp UrlView.h \
        $(MOCFILES)
index 02e37469a844e2be1dab96f2172b1e70972ac654..59722f3a8c16fd0c8fb8189658a671c36b726e94 100644 (file)
@@ -73,66 +73,66 @@ UIFILES = \
        WrapUi.ui
 
 MOCFILES = \
-       Action.C Action.h \
-       BulletsModule.C BulletsModule.h \
-       emptytable.C emptytable.h \
-       FileDialog_private.C FileDialog_private.h \
-       FloatPlacement.C FloatPlacement.h \
-       GuiApplication.C GuiApplication.h \
-       GuiImplementation.C GuiImplementation.h \
-       GuiView.C GuiView.h \
-       GuiWorkArea.C GuiWorkArea.h \
-       iconpalette.C iconpalette.h \
-       InsertTableWidget.C InsertTableWidget.h \
-       lengthcombo.C lengthcombo.h \
-       panelstack.C panelstack.h \
-       QAbout.C QAbout.h \
-       QBibitem.C QBibitem.h \
-       QBibtex.C QBibtex.h \
-       QBox.C QBox.h \
-       QBranch.C QBranch.h \
-       QBranches.C QBranches.h \
-       QChanges.C QChanges.h \
-       QCharacter.C QCharacter.h \
-       QCitationDialog.C QCitationDialog.h \
-       QCommandBuffer.C QCommandBuffer.h \
-       QCommandEdit.C QCommandEdit.h \
-       QDelimiterDialog.C QDelimiterDialog.h \
-       QDocument.C QDocument.h \
-       QErrorList.C QErrorList.h \
-       QERT.C QERT.h \
-       QExternal.C QExternal.h \
-       QFloatDialog.C QFloatDialog.h \
-       QGraphicsDialog.C QGraphicsDialog.h \
-       QInclude.C QInclude.h \
-       QIndex.C QIndex.h \
-       QLog.C QLog.h \
-       QViewSource.C QViewSource.h \
-       QLMenubar.C QLMenubar.h \
-       QLPopupMenu.C QLPopupMenu.h \
-       QLPrintDialog.C QLPrintDialog.h \
-       QMathMatrixDialog.C QMathMatrixDialog.h \
-       QNomencl.C QNomencl.h \
-       QNote.C QNote.h \
-       QParagraph.C QParagraph.h \
-       QPrefs.C QPrefs.h \
-       QRef.C QRef.h \
-       QSearch.C QSearch.h \
-       QSendto.C QSendto.h \
-       qsetborder.C qsetborder.h \
-       QShowFile.C QShowFile.h \
-       QSpellchecker.C QSpellchecker.h \
-       QDialogView.C QDialogView.h \
-       QTabularCreate.C QTabularCreate.h \
-       QTabular.C QTabular.h \
-       QTexinfo.C QTexinfo.h \
-       QThesaurus.C QThesaurus.h \
-       TocModel.C TocModel.h \
-       TocWidget.C TocWidget.h \
-       QToc.C QToc.h \
-       QURLDialog.C QURLDialog.h \
-       QVSpace.C QVSpace.h \
-       QWrap.C QWrap.h \
-       QLToolbar.C QLToolbar.h \
-       socket_callback.C socket_callback.h \
-       validators.C validators.h
+       Action.cpp Action.h \
+       BulletsModule.cpp BulletsModule.h \
+       EmptyTable.cpp EmptyTable.h \
+       LyXFileDialog.cpp LyXFileDialog.h \
+       FloatPlacement.cpp FloatPlacement.h \
+       GuiApplication.cpp GuiApplication.h \
+       GuiImplementation.cpp GuiImplementation.h \
+       GuiView.cpp GuiView.h \
+       GuiWorkArea.cpp GuiWorkArea.h \
+       IconPalette.cpp IconPalette.h \
+       InsertTableWidget.cpp InsertTableWidget.h \
+       LengthCombo.cpp LengthCombo.h \
+       PanelStack.cpp PanelStack.h \
+       QAbout.cpp QAbout.h \
+       QBibitem.cpp QBibitem.h \
+       QBibtex.cpp QBibtex.h \
+       QBox.cpp QBox.h \
+       QBranch.cpp QBranch.h \
+       QBranches.cpp QBranches.h \
+       QChanges.cpp QChanges.h \
+       QCharacter.cpp QCharacter.h \
+       QCitationDialog.cpp QCitationDialog.h \
+       QCommandBuffer.cpp QCommandBuffer.h \
+       QCommandEdit.cpp QCommandEdit.h \
+       QDelimiterDialog.cpp QDelimiterDialog.h \
+       QDocument.cpp QDocument.h \
+       QErrorList.cpp QErrorList.h \
+       QERT.cpp QERT.h \
+       QExternal.cpp QExternal.h \
+       QFloatDialog.cpp QFloatDialog.h \
+       QGraphicsDialog.cpp QGraphicsDialog.h \
+       QInclude.cpp QInclude.h \
+       QIndex.cpp QIndex.h \
+       QLog.cpp QLog.h \
+       QViewSource.cpp QViewSource.h \
+       QLMenubar.cpp QLMenubar.h \
+       QLPopupMenu.cpp QLPopupMenu.h \
+       QLPrintDialog.cpp QLPrintDialog.h \
+       QMathMatrixDialog.cpp QMathMatrixDialog.h \
+       QNomencl.cpp QNomencl.h \
+       QNote.cpp QNote.h \
+       QParagraph.cpp QParagraph.h \
+       QPrefs.cpp QPrefs.h \
+       QRef.cpp QRef.h \
+       QSearch.cpp QSearch.h \
+       QSendto.cpp QSendto.h \
+       QSetBorder.cpp QSetBorder.h \
+       QShowFile.cpp QShowFile.h \
+       QSpellchecker.cpp QSpellchecker.h \
+       QDialogView.cpp QDialogView.h \
+       QTabularCreate.cpp QTabularCreate.h \
+       QTabular.cpp QTabular.h \
+       QTexinfo.cpp QTexinfo.h \
+       QThesaurus.cpp QThesaurus.h \
+       TocModel.cpp TocModel.h \
+       TocWidget.cpp TocWidget.h \
+       QToc.cpp QToc.h \
+       QURLDialog.cpp QURLDialog.h \
+       QVSpace.cpp QVSpace.h \
+       QWrap.cpp QWrap.h \
+       QLToolbar.cpp QLToolbar.h \
+       socket_callback.cpp socket_callback.h \
+       Validator.cpp Validator.h
index 4a12c47c3dd9bf2b1fd3774f68c256fc9e3f480b..05901ec997a02293afb845c75e5979b9c4745773 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QAbout.C
+ * \file QAbout.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 953ff0583bd4a3cc7ef4b83f66f7fd27993b27ca..6e29d582d050459728127513c533aa9ca9cd3184 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QBibitem.C
+ * \file QBibitem.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 61b428d5925db0f2e0451ebaf92a5d56a7f66b76..4d8ef8a8b83efbfc3858b0b08184fc03d1ffac38 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QBibtex.C
+ * \file QBibtex.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -17,9 +17,9 @@
 #include "ui/BibtexAddUi.h"
 #include "Qt2BC.h"
 #include "qt_helpers.h"
-#include "validators.h"
+#include "Validator.h"
 #include "lyxrc.h"
-#include "checkedwidgets.h"
+#include "CheckedLineEdit.h"
 
 #include "controllers/ControlBibtex.h"
 #include "controllers/ButtonPolicies.h"
index 29db7d07d4f14f33c7fc6307686051e53859f9d9..d62c78e0df150cca11d014895aa6354c7d9414d3 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QBox.C
+ * \file QBox.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
 
 #include "QBox.h"
 
-#include "checkedwidgets.h"
-#include "lengthcombo.h"
+#include "CheckedLineEdit.h"
+#include "LengthCombo.h"
 #include "qt_helpers.h"
 #include "Qt2BC.h"
 #include "lengthcommon.h"
 #include "lyxrc.h" // to set the default length values
-#include "validators.h"
+#include "Validator.h"
 
 #include "controllers/ControlBox.h"
 #include "controllers/frontend_helpers.h"
index ae55af805a9087a7ebb1f66973b6d8d62e48da99..757a69cdad4df5b810658602939a04d5777aed47 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QBranch.C
+ * \file QBranch.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index de5c1111396d9e53ce5253e063abee8434bdb2a6..49a5682081637545a3bdb475b1789776742b0f6b 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QBranches.C
+ * \file QBranches.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -14,7 +14,7 @@
 #include "QBranches.h"
 
 #include "GuiApplication.h"
-#include "validators.h"
+#include "Validator.h"
 #include "qt_helpers.h"
 
 #include "bufferparams.h"
index 355f2d87887357995196d5a84e90eabe158292e5..e7613e03d80e0ed65a163ac76f4c6dfe31501f9e 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QChanges.C
+ * \file QChanges.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index bf4244222b99ddaeb5c6c209aeaa0d508853e7d7..86eb85f30641fb00efc72527e05eff0a3c962f58 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QCharacter.C
+ * \file QCharacter.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 9200704115f8d4aff8a6a7a696c2334b1691c5b8..a5c64faca0561ed547321b5dedf2bf748b535ecf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * \file QCitation.C
+ * \file QCitation.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index b0ccf8e038c8d2692065056154d9bc07ba53a98b..b7ace68297956985f68be0417d65b46665c16836 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QCitationDialog.C
+ * \file QCitationDialog.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index f791d5fecd001d0d28311aba28277ad340c26f91..5bc8c46a03ab8111011175178d3a664ba3b4dced 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QCommandBuffer.C
+ * \file QCommandBuffer.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 41eea45f74c38a964953bc33b92e2d0e4bf6f601..3cd2c3243007a233edcd81c51e4534dbd8fdc1b5 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QCommandEdit.C
+ * \file QCommandEdit.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 6c1712fbcf1f57f0929885d89b543a137ba68926..e0d254a3c0a747d0bfe5c7b976bfc1ad2b8053be 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QDelimiterDialog.C
+ * \file QDelimiterDialog.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 28fbd6a2ef94589c2104b2cb65626846a620aecb..57cd67350e76f987fa3e931ceb65d6e8f28137ba 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QDialogView.C
+ * \file QDialogView.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index a61c6952212c685681e373183a54a3ba45e8402b..6ef51d7de0698110a9b288d0ce5a05557f610edc 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QDocument.C
+ * \file QDocument.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
 #include <QCloseEvent>
 
 #include "FloatPlacement.h"
-#include "lengthcombo.h"
-#include "validators.h"
-#include "panelstack.h"
+#include "LengthCombo.h"
+#include "Validator.h"
+#include "PanelStack.h"
 #include "Qt2BC.h"
-#include "checkedwidgets.h"
+#include "CheckedLineEdit.h"
 
 // For latexHighlighter use in the preamble.
 #include "QViewSource.h"
index 90c9de6dacef8a183a45f85db55a40b0e27b7d89..d1b0fceba3eed4848d9226df17bf710661d97225 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QERT.C
+ * \file QERT.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index f5fe58d7d1d3cfbbe0bfc15e5ca223860c963967..c4f73fbc185530e96c604cfc14ede2a61dad917a 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QErrorList.C
+ * \file QErrorList.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 460d8802e36f492ef60c9023adadd365f52bff33..d33d91c6a6bb6dd5a38052d194633c04b28a97ec 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QExternal.C
+ * \file QExternal.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
 #include "QExternal.h"
 #include "Qt2BC.h"
 
-#include "checkedwidgets.h"
-#include "lengthcombo.h"
+#include "CheckedLineEdit.h"
+#include "LengthCombo.h"
 #include "qt_helpers.h"
-#include "validators.h"
+#include "Validator.h"
 
 #include <QLineEdit>
 #include <QPushButton>
index fb14eedc1079b0bfaebe3e330646c5f3155d0a7d..c3e2c14a62acf39ffa2907302ee0d4f6513d6778 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QFloat.C
+ * \file QFloat.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index caa05f51a30f9987bb99063263a10907283f90cd..c32ba452906579ed50c6103a796f0919cdfe4f47 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QFloatDialog.C
+ * \file QFloatDialog.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 2d556279679fc66e7547f303437b30d47d635333..5e1e100b616189d10183183ce34ad8807b21e765 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QGraphics.C
+ * \file QGraphics.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
 
 #include "QGraphics.h"
 
-#include "checkedwidgets.h"
-#include "lengthcombo.h"
+#include "CheckedLineEdit.h"
+#include "LengthCombo.h"
 #include "QGraphicsDialog.h"
 #include "Qt2BC.h"
 #include "qt_helpers.h"
-#include "validators.h"
+#include "Validator.h"
 
 #include "lengthcommon.h"
 #include "lyxrc.h"
index ba98ed817c3b57706dd4d78b5e26b08875b707a4..3aaaebcba39cba268e6c8b8c234590693286f9af 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QGraphicsDialog.C
+ * \file QGraphicsDialog.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -16,8 +16,8 @@
 #include "QGraphicsDialog.h"
 #include "QGraphics.h"
 
-#include "lengthcombo.h"
-#include "validators.h"
+#include "LengthCombo.h"
+#include "Validator.h"
 #include "qt_helpers.h"
 
 #include "debug.h"
index 7beb3fa720f609137c448ba0901ca5f69c3feec8..a701814564dfd9f7017244dd07e35b99e3f8a69a 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QInclude.C
+ * \file QInclude.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
 
 #include "QInclude.h"
 
-#include "checkedwidgets.h"
+#include "CheckedLineEdit.h"
 #include "Qt2BC.h"
 #include "qt_helpers.h"
-#include "validators.h"
+#include "Validator.h"
 
 #include "lyxrc.h"
 
index f403a4029b7c0958298608e5ab0380fe896e4ed9..3eb8d1b214504d4840234bea6e1022a3341557fc 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QIndex.C
+ * \file QIndex.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 18aa9f9bd0c3d3dab095f98235714891f02cf9de..6a6c39cc0a54e76670913160ca0fd8e6b900d88a 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QLImage.C
+ * \file QLImage.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 95789bfd9b8a30e0b369c65b5b8d253ab7680987..9c8b5ab0c4ec0d8453e0625a9e277f1e7af40846 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file qt4/QLMenubar.C
+ * \file qt4/QLMenubar.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 396c0d8b7e882044d24c7e69b91e4150e8bceedb..8bec6aecec3254be5f2e025fbe9e56453fb7f4d4 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QLPainter.C
+ * \file QLPainter.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index f3b6d1f00730264ecfa94819d0778a5ef4b198a7..f58364209d7b1a78cadd6310f6647a3b8eb446d6 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QLPopupMenu.C
+ * \file QLPopupMenu.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index ca408b5c9127e02fe89d83ba48bcfd8bd7dc7871..85d8126752f8559bad24c5a5ceee29a43aea9c72 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QLPrintDialog.C
+ * \file QLPrintDialog.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 756d6d05607f30c4d4b60b6485dc41f937567528..65af778356e4cafb5834170cd0b2e23adf04d7da 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file qt4/QLToolbar.C
+ * \file qt4/QLToolbar.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -21,7 +21,7 @@
 #include "FuncStatus.h"
 #include "gettext.h"
 #include "lyxfunc.h"
-#include "iconpalette.h"
+#include "IconPalette.h"
 
 #include "GuiView.h"
 #include "QLToolbar.h"
index dcd519a53c58c71145e06f9d4bf6c9ed920ddda1..4ca0adc1f8ab1fbc2e772120ed17d88a609f449a 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QLog.C
+ * \file QLog.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 8651f41dd46727eecb9a6647cf1efe9cea4cb732..524e1d14f6d29f5aa0a3a2ca7de8c3bbb81b6319 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QLyXKeySym.C
+ * \file QLyXKeySym.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 1ca435794f1921f3f79b00952bbac2b964f35f0a..da3f38fdf4b8f19dac04715903aa0110ae6ca762 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QMathMatrixDialog.C
+ * \file QMathMatrixDialog.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -12,7 +12,7 @@
 
 #include "QMathMatrixDialog.h"
 
-#include "emptytable.h"
+#include "EmptyTable.h"
 #include "qt_helpers.h"
 
 #include "controllers/ControlMath.h"
index 010ec89c8bcd326f38e3b6d3a54a8d84b4b24654..6b4dd85cf30211d36c40a60c1b39448b236dd1f4 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QNomencl.C
+ * \file QNomencl.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 5ad76b77f966a55e35ebfa45dc7a7e55dc6068de..1751e610d8725c0dbc7a0328fbd74f0d1164d699 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QNote.C
+ * \file QNote.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 1b5eae27c0207864830a0fb3083556dbb6c0f666..00d8ee428cb731b9c2003a5c32f71852628e3e1b 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QParagraph.C
+ * \file QParagraph.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 07f66d55c2ea2bbebeea2c85b311c6c494be4f16..b43678268cc6a2896421524e3cc854384069b724 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QPrefs.C
+ * \file QPrefs.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -20,8 +20,8 @@
 #include "debug.h"
 #include "LColor.h"
 #include "lyxfont.h"
-#include "panelstack.h"
-#include "qfontexample.h"
+#include "PanelStack.h"
+#include "QFontExample.h"
 #include "gettext.h"
 
 #include "support/lstrings.h"
index e9706cabedc504daf0e66f29b968873969757132..47350a9fae98b927e3018a6779817be11fb7edbb 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QPrint.C
+ * \file QPrint.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 75229f744b874b6112cc6fd34edb99489fda2f82..c16e6ee6f3653caa765f2ec2d1dd6e947c03ad61 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QRef.C
+ * \file QRef.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 1a0c72efe12183d85a4d5d6cd8a3ccb1d31eaf0f..6bd22eefb1d6e89051850fc6076b0f8a7383fbb4 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QSearch.C
+ * \file QSearch.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 2ea03f603b55d4af30ed7b1c4e9d8e75a40f28b7..4efe0e32ae8d319bc4336205a1eb973d29f84ec7 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QSendto.C
+ * \file QSendto.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 6701a48a527e6439b9d659e4e7751d7b7dd876c7..5e97418a7f34c1dc0303a6aaba63a97ab877b73f 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QShowFile.C
+ * \file QShowFile.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 2089fb00b9f2ab651fc122348927f6c38cca2632..a09bc4e3a6ccc22b88e4112baceda660e9346cf5 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QSpellchecker.C
+ * \file QSpellchecker.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
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;
 
index ad3805747d58d4942bbe403120c14821cd334a68..7baee2c7606d7f7d36938072708732d688c40b93 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QTabularCreate.C
+ * \file QTabularCreate.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -12,7 +12,7 @@
 
 #include "QTabularCreate.h"
 #include "Qt2BC.h"
-#include "emptytable.h"
+#include "EmptyTable.h"
 
 #include "controllers/ControlTabularCreate.h"
 
index 55292093070bd1c2b19f28538d3f979b674c14e4..96cb02b35bbaa168a77f042f948c20b6f34ca005 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QTexinfo.C
+ * \file QTexinfo.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 23de2813b313794e28a3e12d252885e5392ff75d..431f608da67b46ddf262b2622e5c27d0fb33edbf 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QThesaurus.C
+ * \file QThesaurus.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index ea308c0fb04cdcedaf1197854d3e217371b8ab28..28c3d9ba7634484ba91d76249b5f68ff3489f769 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QToc.C
+ * \file QToc.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 4612acdfbd6b58ff4d8182597324e8327da873a8..4744214e6e696b08e41ddd326939adf4385ad216 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QURLDialog.C
+ * \file QURLDialog.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index ed2516ca4a300ecbcfb2ee92dfc3d194f6355bd0..72fa3029307fbc81c3b245d7f189f76faa6d0503 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QVSpace.C
+ * \file QVSpace.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
 #include "QVSpace.h"
 #include "Qt2BC.h"
 
-#include "checkedwidgets.h"
-#include "lengthcombo.h"
+#include "CheckedLineEdit.h"
+#include "LengthCombo.h"
 #include "qt_helpers.h"
-#include "validators.h"
+#include "Validator.h"
 
 #include "lyxrc.h" // to set the default length values
 #include "Spacing.h"
index e8c5263edafc7f1c67d1eb9829fa852bad28af03..543b0633932388f7253df9c02e27d35197217850 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QViewSource.C
+ * \file QViewSource.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 2a002cb746236ddbf963874008a2ab60aa31d858..0213a0f599adf1a376d566b449424da3cc93a44c 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file QWrap.C
+ * \file QWrap.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -13,7 +13,7 @@
 #include "QWrap.h"
 #include "Qt2BC.h"
 
-#include "lengthcombo.h"
+#include "LengthCombo.h"
 #include "qt_helpers.h"
 
 #include "controllers/ControlWrap.h"
index 811ceecdb744219e4f937a42d2b3c38d8958a4ba..e6b42ad3c6e115639fb8480918d7490fd5edfcc5 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file Qt2BC.C
+ * \file Qt2BC.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index b1cde0eb52b38ce28719ddd142ab8d1fc074ad2e..17e4c535a2b26eaf511799ded4d36ef1e68049a1 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file TocWidget.C
+ * \file TocWidget.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 0815d72ee6368d1dd0b3fc196c9e615ef84a16d6..5d6dd232258a1d353fe8cf76a26c5f62a77f039a 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file UrlView.C
+ * \file UrlView.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 35fd180cbe7752c904a2c3e99e0addb3bb8c9e14..348bdefde1421422e28e15b1b11ff2033967796a 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file qt4/checkedwidgets.C
+ * \file qt4/CheckedLineEdit.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,7 +10,7 @@
 
 #include <config.h>
 
-#include "checkedwidgets.h"
+#include "CheckedLineEdit.h"
 
 #include <QLabel>
 #include <QLineEdit>
index 84d50509ab241bfb3fb720cbae6ceb441a1cbbc7..823e095265ad6cdd762a89012ca397201d50b0dd 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file qt4/checkedwidgets.h
+ * \file qt4/CheckedLineEdit.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -9,8 +9,8 @@
  * Full author contact details are available in file CREDITS.
  */
 
-#ifndef CHECKEDWIDGETS_H
-#define CHECKEDWIDGETS_H
+#ifndef CHECKEDLINEEDIT_H
+#define CHECKEDLINEEDIT_H
 
 #include "BCView.h"
 
@@ -39,4 +39,4 @@ private:
 } // namespace frontend
 } // namespace lyx
 
-#endif // CHECKEDWIDGETS_H
+#endif // CHECKEDLINEEDIT_H
index a54ebf1d16716ef5726d657b6896f9280a93963f..bc233cbdca06b310ca5b4526bfae1743dfc29141 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file emptytable.C
+ * \file EmptyTable.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,7 +10,7 @@
 
 #include <config.h>
 
-#include "emptytable.h"
+#include "EmptyTable.h"
 
 #include <QPainter>
 #include <QMouseEvent>
@@ -113,7 +113,7 @@ void EmptyTable::mouseMoveEvent(QMouseEvent *ev)
 }
 */
 
-#include "emptytable_moc.cpp"
+#include "EmptyTable_moc.cpp"
 
 
 namespace lyx {
index 9abe92f0df788800b3e81514864d4be2a8e7afa8..518ea1c4760cf86dc4dfaae2070fcba8127e6e6e 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file emptytable.h
+ * \file EmptyTable.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index b3e36669814e70bfcd5aa6b1fbc19bdef62eefe9..e99084624ccbc3cb15d75bae7dec03038da47ca8 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file iconpalette.C
+ * \file IconPalette.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,7 +10,7 @@
 
 #include <config.h>
 
-#include "iconpalette.h"
+#include "IconPalette.h"
 #include "qt_helpers.h"
 #include "controllers/ControlMath.h" // for find_xpm
 
@@ -182,4 +182,4 @@ void ButtonMenu::updateParent()
 } // namespace frontend
 } // namespace lyx
 
-#include "iconpalette_moc.cpp"
+#include "IconPalette_moc.cpp"
index 1c2e11475ae7e4102670c1aa29a93742da3a7798..1f0f37cd80b4548c5e7f6911f192e5bac1055c1a 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file iconpalette.h
+ * \file IconPalette.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 030c63e1661763678b643ff10548a63100c57a3c..ba7de38832b17e8b47dbdb241092d8b342c59c89 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file lengthcombo.C
+ * \file LengthCombo.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -11,7 +11,7 @@
 
 #include <config.h>
 
-#include "lengthcombo.h"
+#include "LengthCombo.h"
 #include "lengthcommon.h"
 #include "qt_helpers.h"
 
@@ -70,4 +70,4 @@ void LengthCombo::noPercents()
        }
 }
 
-#include "lengthcombo_moc.cpp"
+#include "LengthCombo_moc.cpp"
index fc9c9be41d96c48653d55ff2691ef41d26f41048..a0cebec003927cd6f0ca0c89436b8f833fabc15a 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file lengthcombo.h
+ * \file LengthCombo.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index b0e5f46b18a404b9388bfc8ecaa6982cea2199d9..13e310051339363993f6c13e4d4593954c1d902b 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file panelstack.C
+ * \file PanelStack.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,7 +10,7 @@
 
 #include <config.h>
 
-#include "panelstack.h"
+#include "PanelStack.h"
 
 #include "qt_helpers.h"
 
@@ -139,4 +139,4 @@ QSize PanelStack::sizeHint() const
 } // namespace frontend
 } // namespace lyx
 
-#include "panelstack_moc.cpp"
+#include "PanelStack_moc.cpp"
index ff8948683ecd3d53d694a2df493502d41bd80d3d..1e38043b9548a594e480495b5155029b315e9558 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file panelstack.h
+ * \file PanelStack.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 6eb45eaa0a412a19f3a4eb7416cb615f6a28a07f..7ffffbd09f8defe2d8041e6cb32c1237363dce3c 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file qfontexample.C
+ * \file QFontExample.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,7 +10,7 @@
 
 #include <config.h>
 
-#include "qfontexample.h"
+#include "QFontExample.h"
 
 #include <QPainter>
 #include <QPaintEvent>
index ce9bd48c53902fa132bbdb1c618d4ff2982da5f6..650c6fafa672d26098462f689e7e27ba21def86d 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file qfontexample.h
+ * \file QFontExample.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 923a98c82ea3670bda598052929fc3084a6ff90a..4a96ed614fcf64236ed3698fad23d365c009282c 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file qsetborder.C
+ * \file QSetBorder.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -11,7 +11,7 @@
 
 #include <config.h>
 
-#include "qsetborder.h"
+#include "QSetBorder.h"
 
 #include <QPainter>
 
@@ -241,7 +241,7 @@ bool QSetBorder::getBottom()
        return bottom_.set;
 }
 
-#include "qsetborder_moc.cpp"
+#include "QSetBorder_moc.cpp"
 
 
 namespace lyx {
index 3309d1ae74731b0a31de0b524ffa572247d4de5c..2c53bea6a20c571b0e113bfea893268277a631a1 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file qsetborder.h
+ * \file QSetBorder.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 13763277bb9f88ec18bfe0394df857ed5c50e37c..3b1ea51eeb04a800ae13804ce03b97c810906874 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file qtTimeout.C
+ * \file qtTimeout.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index c1fd07035a79979914a80a439e01cd5b1805b10f..24392f5bb9676769cda61374c60f4b7ccae685a0 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file qt_helpers.C
+ * \file qt_helpers.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 "lengthcombo.h"
+#include "LengthCombo.h"
 #include "qt_helpers.h"
 
 #include "lengthcommon.h"
index 6dbad18772f4217e7507dd0e480352e9f32cb1c7..9dd1a2b340c14b54a3d58ef92589f5c4b60de4ee 100644 (file)
@@ -52,7 +52,7 @@ void lengthAutoToWidgets(QLineEdit * input, LengthCombo * combo,
 //determines what text is to be written for "auto". But making
 //that work involves more extensive revisions than we now want
 //to make, since "auto" also appears in update_contents() (see
-//QGraphics.C). 
+//QGraphics.cpp). 
 //The right way to do this, I think, would be to define a class
 //checkedLengthSet (and a partnering labeledLengthSete) that encapsulated 
 //the checkbox, line edit, and length combo together, and then made e.g.
index e7ac1f26137e9f103172e51daba55cf06b535861..5e6c4c21e8936c05495884d5a2691d64a4a5d0c7 100644 (file)
   <customwidget>
    <class>LengthCombo</class>
    <extends>QComboBox</extends>
-   <header>lengthcombo.h</header>
+   <header>LengthCombo.h</header>
    <container>0</container>
    <pixmap></pixmap>
   </customwidget>
index edce19db6e0692a7bf25d6001b8ffe41fa3487f7..5fc980d2b5e030a007ff7dccedf1a32d48312ffb 100644 (file)
   <customwidget>
    <class>lyx::frontend::PanelStack</class>
    <extends></extends>
-   <header>panelstack.h</header>
+   <header>PanelStack.h</header>
    <container>1</container>
    <pixmap></pixmap>
   </customwidget>
index d98edef7f3a23f154ddc77b9d28e2889154bd3e2..bdea5d5107b85f885c9050188f367582f520bb06 100644 (file)
   <customwidget>
    <class>LengthCombo</class>
    <extends>QWidget</extends>
-   <header>lengthcombo.h</header>
+   <header>LengthCombo.h</header>
    <container>0</container>
    <pixmap></pixmap>
   </customwidget>
index 6fd3094c3cf713c6a51c5087f79ef9f40f491272..38beafd67b3cbc47b5976727811f695593e194ff 100644 (file)
   <customwidget>
    <class>LengthCombo</class>
    <extends>QComboBox</extends>
-   <header>lengthcombo.h</header>
+   <header>LengthCombo.h</header>
   </customwidget>
  </customwidgets>
  <tabstops>
index 4b93f355c4e7a4212805323082b9c2e586039c60..7d822fb628457aec4a9e1bc0993d4cc470c6ea34 100644 (file)
   <customwidget>
    <class>LengthCombo</class>
    <extends>QWidget</extends>
-   <header>lengthcombo.h</header>
+   <header>LengthCombo.h</header>
   </customwidget>
  </customwidgets>
  <tabstops>
index a524aae29c9072045fdfaa0172dd9a1947d487a5..89e525ac6edb01e91db3e74f5f66e98e3a7bf08c 100644 (file)
   <customwidget>
    <class>EmptyTable</class>
    <extends>QWidget</extends>
-   <header>emptytable.h</header>
+   <header>EmptyTable.h</header>
    <container>0</container>
    <pixmap></pixmap>
   </customwidget>
index 10fb8fa3a2de2ad16b179a3c5cdd8c7b0578fc9d..f574d6344278ce168c59f0fa9b9a40f0d07afe38 100644 (file)
   <customwidget>
    <class>LengthCombo</class>
    <extends></extends>
-   <header>lengthcombo.h</header>
+   <header>LengthCombo.h</header>
    <container>0</container>
    <pixmap></pixmap>
   </customwidget>
index 88975764b61e4f5dbd8c544f8579e5b69ecfde74..6a83d7c86cb0b10dcebacbcdf8bd27870b5a4239 100644 (file)
   <customwidget>
    <class>QFontExample</class>
    <extends>QWidget</extends>
-   <header>qfontexample.h</header>
+   <header>QFontExample.h</header>
    <container>0</container>
    <pixmap></pixmap>
   </customwidget>
index 14cb86a28d8ad1eec80862b4bd2f3bf5e650deef..c50cc61bd9032855d17b6b31b5065fb64c470e02 100644 (file)
   <customwidget>
    <class>lyx::frontend::PanelStack</class>
    <extends></extends>
-   <header>panelstack.h</header>
+   <header>PanelStack.h</header>
    <container>1</container>
    <pixmap></pixmap>
   </customwidget>
index b07c8fd4fa062ace994bbc31de9312bba2476866..2bcd92980cd8dc6dc2dbd21781a249d835aaba35 100644 (file)
   <customwidget>
    <class>LengthCombo</class>
    <extends>QComboBox</extends>
-   <header>lengthcombo.h</header>
+   <header>LengthCombo.h</header>
    <container>0</container>
    <pixmap></pixmap>
   </customwidget>
   <customwidget>
    <class>QSetBorder</class>
    <extends>QWidget</extends>
-   <header>qsetborder.h</header>
+   <header>QSetBorder.h</header>
    <container>0</container>
    <pixmap></pixmap>
   </customwidget>
index a333cc0f024d78df02fa806ca10ce7d30da396e5..cf3af16043a1015cac12022e03ae094c3a60a4c3 100644 (file)
   <customwidget>
    <class>LengthCombo</class>
    <extends>QWidget</extends>
-   <header>lengthcombo.h</header>
+   <header>LengthCombo.h</header>
    <container>0</container>
    <pixmap></pixmap>
   </customwidget>
index b02a564ff0a73f7e60b9766f40b5cd4b4d400f25..ddea6c863e1d198f1eb4985805b78f8e51612c86 100644 (file)
   <customwidget>
    <class>LengthCombo</class>
    <extends>QWidget</extends>
-   <header>lengthcombo.h</header>
+   <header>LengthCombo.h</header>
   </customwidget>
  </customwidgets>
  <tabstops>
index 4e9cf8d76f1dd7fcf93af7a36ea3ba0e24d44668..1dc89b7ff0b3dc9d61eedb4c4d435b4566209d22 100644 (file)
   <customwidget>
    <class>LengthCombo</class>
    <extends></extends>
-   <header>lengthcombo.h</header>
+   <header>LengthCombo.h</header>
    <container>0</container>
    <pixmap></pixmap>
   </customwidget>
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"
 
index e003f1500d8e922aa2eb257663379125d71e7d0f..686dd06fecc69667a3fcff6146afd699c74f3c09 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file validators.h
+ * \file Validator.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -22,8 +22,8 @@
  * further details.
  */
 
-#ifndef VALIDATORS_H
-#define VALIDATORS_H
+#ifndef VALIDATOR_H
+#define VALIDATOR_H
 
 #include "lyxlength.h"
 #include "lyxgluelength.h"
@@ -165,4 +165,4 @@ PathValidator * getPathValidator(QLineEdit *);
 
 } // namespace lyx
 
-# endif // NOT VALIDATORS_H
+# endif // NOT VALIDATOR_H