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

Andi Fischer andi.fischer at hispeed.ch
Wed Jul 30 03:38:59 UTC 2008


SVN commit 839435 by fischer:

Fixing Krazy complaints about contractions in strings.

 M  +10 -11    refactoringassistant.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/refactoring/refactoringassistant.cpp #839434:839435
@@ -1,5 +1,4 @@
 /***************************************************************************
- *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *
  *   the Free Software Foundation; either version 2 of the License, or     *
@@ -12,15 +11,15 @@
 
 #include "refactoringassistant.h"
 
-#include "../umlnamespace.h"
-#include "../umldoc.h"
-#include "../classifier.h"
-#include "../attribute.h"
-#include "../operation.h"
-#include "../dialogs/classpropdlg.h"
-#include "../dialogs/umloperationdialog.h"
-#include "../dialogs/umlattributedialog.h"
-#include "../object_factory.h"
+#include "umlnamespace.h"
+#include "umldoc.h"
+#include "classifier.h"
+#include "attribute.h"
+#include "operation.h"
+#include "dialogs/classpropdlg.h"
+#include "dialogs/umloperationdialog.h"
+#include "dialogs/umlattributedialog.h"
+#include "object_factory.h"
 
 #include <QtCore/QPoint>
 
@@ -569,7 +568,7 @@
             break;
     }
     if(!movingItem || !parentItem)
-    {   uDebug()<<"moving/parent items not found - can't accept drag!";
+    {   uDebug()<<"moving/parent items not found - cannot accept drag!";
         return false;
     }
 




More information about the umbrello-devel mailing list