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 35f75231..d970c521 100644 --- a/umbrello/umbrello/autolayout/autolayoutdlg.h +++ b/umbrello/umbrello/autolayout/autolayoutdlg.h @@ -23,7 +23,7 @@ class AutolayoutDlg : public MyDialog1 Q_OBJECT public: - AutolayoutDlg(KConfig* c,UMLView* v, TQWidget *parent = 0, const char *name = 0); + AutolayoutDlg(TDEConfig* c,UMLView* v, TQWidget *parent = 0, const char *name = 0); public slots: virtual void slotSetAssociationWeight(int i); virtual void slotSetDependenciesWeight(int i); @@ -38,8 +38,8 @@ class AutolayoutDlg : public MyDialog1 virtual void slotReloadSettings(); virtual void slotSaveSettings(); virtual void slotDoAutolayout(); - void readConfig(KConfig*); - void writeConfig(KConfig*); + void readConfig(TDEConfig*); + void writeConfig(TDEConfig*); virtual void slotSelectAlgorithm(const TQString&); @@ -55,7 +55,7 @@ class AutolayoutDlg : public MyDialog1 bool centerDiagram; bool clusterizeHierarchies; int shapeSeparation; - KConfig* config; + TDEConfig* config; TQString algname; Autolayout::Autolayouter* getAutolayouter(); |