~ubuntu-branches/ubuntu/intrepid/kdesdk/intrepid-updates

« back to all changes in this revision

Viewing changes to umbrello/umbrello/dialogs/assocpropdlg.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-05-28 10:11:43 UTC
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: james.westby@ubuntu.com-20080528101143-gzc3styjz1b70zxu
Tags: upstream-4.0.80
ImportĀ upstreamĀ versionĀ 4.0.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
#define ASSOCPROPDLG_H
14
14
 
15
15
//kde class includes
16
 
#include <kdialogbase.h>
 
16
#include <kpagedialog.h>
17
17
#include <kfontdialog.h>
18
18
#include "../associationwidget.h"
19
19
 
20
20
class AssocRolePage;
21
21
class AssocGenPage;
22
22
class UMLDoc;
23
 
// class ObjectWidget;
24
 
// class UMLObject;
25
 
// class UMLWidget;
26
 
 
 
23
// // //
27
24
/**
28
25
 * Based off of AssocPropDlg class
29
26
 * @author Brian Thomas <Brian.A.Thomas@gsfc.nasa.gov>
30
27
 * Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org
31
28
 */
32
 
class AssocPropDlg : public KDialogBase {
 
29
class AssocPropDlg : public KPageDialog {
33
30
    Q_OBJECT
34
31
public:
35
32