[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello/dialogs

Oliver Kellogg okellogg at users.sourceforge.net
Fri Jan 19 18:08:19 UTC 2007


SVN commit 625267 by okellogg:

sync with trunk (r625263)

 M  +3 -2      classpropdlg.h  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/dialogs/classpropdlg.h #625266:625267
@@ -74,17 +74,18 @@
     enum Page{page_gen = 0, page_att, page_op, page_template,
               page_assoc, page_options, page_color, page_font};
 
-protected:
+protected slots:
     /**
      * Calls slotApply() and accepts (closes) the dialog
      */
     void slotOk();
 
     /**
-     * Applys the settings in the dialog to the widget and object
+     * Applies the settings in the dialog to the widget and object
      */
     void slotApply();
 
+protected:
     /**
      * Sets up the general, attribute, operations, template and association pages as appropriate
      */




More information about the umbrello-devel mailing list