From e4b2f97003d8882b32495c0ec3eaa46e2427dacf Mon Sep 17 00:00:00 2001 From: Simon Rit Date: Thu, 19 May 2011 15:54:19 +0200 Subject: [PATCH] Rename vvCommon.h.in in vvConfiguration.h.in to be consistent with clitkConfiguration.h.in --- vv/CMakeLists.txt | 2 +- vv/{vvCommon.h.in => vvConfiguration.h.in} | 0 vv/vvRegisterForm.cxx | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename vv/{vvCommon.h.in => vvConfiguration.h.in} (100%) diff --git a/vv/CMakeLists.txt b/vv/CMakeLists.txt index b4a6d71..ddd51b0 100644 --- a/vv/CMakeLists.txt +++ b/vv/CMakeLists.txt @@ -276,5 +276,5 @@ ENDIF(WIN32) INCLUDE(CPack) #========================================================= #========================================================= -configure_file(vvCommon.h.in vvCommon.h) +configure_file(vvConfiguration.h.in vvConfiguration.h) #========================================================= diff --git a/vv/vvCommon.h.in b/vv/vvConfiguration.h.in similarity index 100% rename from vv/vvCommon.h.in rename to vv/vvConfiguration.h.in diff --git a/vv/vvRegisterForm.cxx b/vv/vvRegisterForm.cxx index 93d16e4..b5ac7d9 100644 --- a/vv/vvRegisterForm.cxx +++ b/vv/vvRegisterForm.cxx @@ -22,7 +22,7 @@ #include #include #include "common/globals.h" -#include "vvCommon.h" +#include "vvConfiguration.h" #include "vvUtils.h" vvRegisterForm::vvRegisterForm(QUrl url, QString path, QSettings::Format format):url(url), settings(path, format){ @@ -65,4 +65,4 @@ void vvRegisterForm::show(){ osName->setText(QString::fromStdString(OS_NAME)); QDialog::show(); -} \ No newline at end of file +} -- 2.45.1