[Uml-devel] KDE/kdesdk/umbrello/umbrello/dialogs
Laurent Montel
montel at kde.org
Fri Jan 19 17:46:34 UTC 2007
SVN commit 625263 by mlaurent:
It's slot
M +2 -2 classpropdlg.h
--- trunk/KDE/kdesdk/umbrello/umbrello/dialogs/classpropdlg.h #625262:625263
@@ -74,7 +74,7 @@
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
*/
@@ -84,7 +84,7 @@
* Applys 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