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

Oliver Kellogg okellogg at users.sourceforge.net
Mon Sep 10 05:35:45 UTC 2007


SVN commit 710481 by okellogg:

fix last change

 M  +1 -3      categorywidget.cpp  
 M  +0 -1      dialogs/activitypage.h  


--- trunk/KDE/kdesdk/umbrello/umbrello/categorywidget.cpp #710480:710481
@@ -103,9 +103,7 @@
           break;
 
       default:
-          kDebug() << "CategoryWidget::slotMenuSelection: Menu_Type "
-            << sel << " not implemented" << endl;
+          UMLWidget::slotMenuSelection(action);
     }
-    UMLWidget::slotMenuSelection(action);
 }
 
--- trunk/KDE/kdesdk/umbrello/umbrello/dialogs/activitypage.h #710480:710481
@@ -17,7 +17,6 @@
 #include <q3listbox.h>
 //kde includes
 #include <karrowbutton.h>
-#include <kdebug.h>
 //app includes
 
 class StateWidget;




More information about the umbrello-devel mailing list