[Uml-devel] KDE/kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Fri Sep 30 11:32:17 UTC 2005


SVN commit 465754 by okellogg:

move closer to branches/KDE/3.5

 M  +1 -1      codeblock.cpp  
 M  +1 -1      codeclassfield.cpp  
 M  +1 -1      codedocument.cpp  
 M  +3 -3      codeoperation.cpp  
 M  +0 -1      import_utils.h  


--- trunk/KDE/kdesdk/umbrello/umbrello/codeblock.cpp #465753:465754
@@ -74,7 +74,7 @@
  */
 /*
 CodeBlockDialog * CodeBlock::getDialog ( ) {
-	return m_dialog;
+    return m_dialog;
 }
 */
 
--- trunk/KDE/kdesdk/umbrello/umbrello/codeclassfield.cpp #465753:465754
@@ -153,7 +153,7 @@
  */
 /*
 CodeClassFieldDialog * CodeClassField::getDialog ( ) {
-	return m_dialog;
+    return m_dialog;
 }
 */
 
--- trunk/KDE/kdesdk/umbrello/umbrello/codedocument.cpp #465753:465754
@@ -290,7 +290,7 @@
  */
 /*
 CodeDocumentDialog * CodeDocument::getDialog ( ) {
-	return m_dialog;
+    return m_dialog;
 }
 */
 
--- trunk/KDE/kdesdk/umbrello/umbrello/codeoperation.cpp #465753:465754
@@ -46,7 +46,7 @@
  */
 /*
 void CodeOperation::addParameter ( CodeParameter * add_object ) {
-	m_parameterVector.append(add_object);
+    m_parameterVector.append(add_object);
 }
 */
 
@@ -55,7 +55,7 @@
  */
 /*
 void CodeOperation::removeParameter ( CodeParameter * remove_object ) {
-	m_parameterVector.remove(remove_object);
+    m_parameterVector.remove(remove_object);
 }
 */
 
@@ -66,7 +66,7 @@
  */
 /*
 QPtrList<CodeParameter> CodeOperation::getParameterList ( ) {
-	return m_parameterVector;
+    return m_parameterVector;
 }
 */
 
--- trunk/KDE/kdesdk/umbrello/umbrello/import_utils.h #465753:465754
@@ -12,7 +12,6 @@
 #ifndef IMPORT_UTILS_H
 #define IMPORT_UTILS_H
 
-#include <q3ptrlist.h>
 #include <qstringlist.h>
 #include "umlnamespace.h"
 #include "umlattributelist.h"




More information about the umbrello-devel mailing list