[Uml-devel] KDE/kdesdk/umbrello/umbrello/dialogs
Laurent Montel
montel at kde.org
Sat Jan 20 14:52:55 UTC 2007
SVN commit 625600 by mlaurent:
it's slots
M +2 -2 activitydialog.h
M +0 -3 settingsdlg.h
M +2 -2 statedialog.h
--- trunk/KDE/kdesdk/umbrello/umbrello/dialogs/activitydialog.h #625599:625600
@@ -52,7 +52,7 @@
return m_bChangesMade;
}
-protected:
+protected slots:
/**
@@ -64,7 +64,7 @@
* Entered when Apply button pressed.
*/
void slotApply();
-
+protected:
/**
* Sets up the pages of the dialog.
*/
--- trunk/KDE/kdesdk/umbrello/umbrello/dialogs/settingsdlg.h #625599:625600
@@ -165,9 +165,6 @@
KConfig * m_pCfg;
bool m_bChangesApplied;
KPageWidgetItem*pageCodeViewer,*pageFont,*pageCodeGen,*pageUserInterface,* pageGeneral,*pageClass;
- //signals
-signals:
- //slots
private slots:
void slotApply();
void slotOk();
--- trunk/KDE/kdesdk/umbrello/umbrello/dialogs/statedialog.h #625599:625600
@@ -53,7 +53,7 @@
return m_bChangesMade;
}
-protected:
+protected slots:
/**
* Entered when OK button pressed.
@@ -64,7 +64,7 @@
* Entered when Apply button pressed.
*/
void slotApply();
-
+protected:
/**
* Sets up the pages of the dialog.
*/
More information about the umbrello-devel
mailing list