diff options
Diffstat (limited to 'umbrello/umbrello/autolayout/autolayoutdlg.h')
-rw-r--r-- | umbrello/umbrello/autolayout/autolayoutdlg.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/umbrello/umbrello/autolayout/autolayoutdlg.h b/umbrello/umbrello/autolayout/autolayoutdlg.h index a664a7b7..ece6fc5f 100644 --- a/umbrello/umbrello/autolayout/autolayoutdlg.h +++ b/umbrello/umbrello/autolayout/autolayoutdlg.h @@ -12,18 +12,18 @@ #ifndef AUTOLAYOUTDLG_H #define AUTOLAYOUTDLG_H -#include "newautotqlayoutdialog.h" +#include "newautolayoutdialog.h" #include "../umlview.h" #include <tqobject.h> #include <kconfig.h> #include "autotqlayout.h" -class AutotqlayoutDlg : public MyDialog1 +class AutolayoutDlg : public MyDialog1 { Q_OBJECT TQ_OBJECT public: - AutotqlayoutDlg(KConfig* c,UMLView* v, TQWidget *tqparent = 0, const char *name = 0); + AutolayoutDlg(KConfig* c,UMLView* v, TQWidget *tqparent = 0, const char *name = 0); public slots: virtual void slotSetAssociationWeight(int i); virtual void slotSetDependenciesWeight(int i); @@ -57,7 +57,7 @@ class AutotqlayoutDlg : public MyDialog1 int tqshapeSeparation; KConfig* config; TQString algname; - Autotqlayout::Autotqlayouter* getAutotqlayouter(); + Autotqlayout::Autolayouter* getAutolayouter(); }; |