From 099d568f8450b7dbafb39dd48220e7c2c1f2615c Mon Sep 17 00:00:00 2001 From: xavierqet Date: Wed, 26 Sep 2007 12:39:19 +0000 Subject: [PATCH] Deplacement du fichier qet.cpp git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@136 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- qelectrotech.pro | 2 +- editor/qet.cpp => qet.cpp | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename editor/qet.cpp => qet.cpp (100%) diff --git a/qelectrotech.pro b/qelectrotech.pro index 45122de8f..605074a2f 100644 --- a/qelectrotech.pro +++ b/qelectrotech.pro @@ -92,6 +92,7 @@ SOURCES += aboutqet.cpp \ newelementwizard.cpp \ orientationset.cpp \ orientationsetwidget.cpp \ + qet.cpp \ qetapp.cpp \ qetdiagrameditor.cpp \ qgimanager.cpp \ @@ -115,7 +116,6 @@ SOURCES += aboutqet.cpp \ editor/parttext.cpp \ editor/parttextfield.cpp \ editor/polygoneditor.cpp \ - editor/qet.cpp \ editor/qetelementeditor.cpp \ editor/styleeditor.cpp \ editor/terminaleditor.cpp \ diff --git a/editor/qet.cpp b/qet.cpp similarity index 100% rename from editor/qet.cpp rename to qet.cpp