diff options
Diffstat (limited to 'umbrello/umbrello/autolayout/autolayoutdlg.h')
-rw-r--r-- | umbrello/umbrello/autolayout/autolayoutdlg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/umbrello/umbrello/autolayout/autolayoutdlg.h b/umbrello/umbrello/autolayout/autolayoutdlg.h index a5e4117a..7278841e 100644 --- a/umbrello/umbrello/autolayout/autolayoutdlg.h +++ b/umbrello/umbrello/autolayout/autolayoutdlg.h @@ -37,7 +37,7 @@ class AutolayoutDlg : public MyDialog1 virtual void slotSetShapeSeparation(int i); virtual void slotReloadSettings(); virtual void slotSaveSettings(); - virtual void slotDoAutotqlayout(); + virtual void slotDoAutolayout(); void readConfig(KConfig*); void writeConfig(KConfig*); virtual void slotSelectAlgorithm(const TQString&); @@ -57,7 +57,7 @@ class AutolayoutDlg : public MyDialog1 int shapeSeparation; KConfig* config; TQString algname; - Autotqlayout::Autolayouter* getAutolayouter(); + Autolayout::Autolayouter* getAutolayouter(); }; |