]> Creatis software - clitk.git/commitdiff
Rename vvCommon.h.in in vvConfiguration.h.in to be consistent with
authorSimon Rit <simon.rit@creatis.insa-lyon.fr>
Thu, 19 May 2011 13:54:19 +0000 (15:54 +0200)
committerSimon Rit <simon.rit@creatis.insa-lyon.fr>
Thu, 19 May 2011 13:55:36 +0000 (15:55 +0200)
clitkConfiguration.h.in

vv/CMakeLists.txt
vv/vvConfiguration.h.in [moved from vv/vvCommon.h.in with 100% similarity]
vv/vvRegisterForm.cxx

index b4a6d71b3ae7086a8a4f36e3c620d7ce24f98b8d..ddd51b05fcaf736a42305ba60e35f5da0cad5be2 100644 (file)
@@ -276,5 +276,5 @@ ENDIF(WIN32)
 INCLUDE(CPack)
 #=========================================================
 #=========================================================
-configure_file(vvCommon.h.in vvCommon.h)
+configure_file(vvConfiguration.h.in vvConfiguration.h)
 #=========================================================
similarity index 100%
rename from vv/vvCommon.h.in
rename to vv/vvConfiguration.h.in
index 93d16e490c9d6d4bef50ad7f658d519db6730a7f..b5ac7d9600f72fc9a436bc1ab761b0a0905ea36f 100644 (file)
@@ -22,7 +22,7 @@
 #include <QDir>
 #include <QPalette>
 #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
+}