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 2e40d736..126c4a08 100644 --- a/umbrello/umbrello/autolayout/autolayoutdlg.h +++ b/umbrello/umbrello/autolayout/autolayoutdlg.h @@ -14,7 +14,7 @@ #include "newautolayoutdialog.h" #include "../umlview.h" -#include <qobject.h> +#include <tqobject.h> #include <kconfig.h> #include "autolayout.h" @@ -22,7 +22,7 @@ class AutolayoutDlg : public MyDialog1 { Q_OBJECT public: - AutolayoutDlg(KConfig* c,UMLView* v, QWidget *parent = 0, const char *name = 0); + AutolayoutDlg(KConfig* c,UMLView* v, TQWidget *parent = 0, const char *name = 0); public slots: virtual void slotSetAssociationWeight(int i); virtual void slotSetDependenciesWeight(int i); @@ -39,7 +39,7 @@ class AutolayoutDlg : public MyDialog1 virtual void slotDoAutolayout(); void readConfig(KConfig*); void writeConfig(KConfig*); - virtual void slotSelectAlgorithm(const QString&); + virtual void slotSelectAlgorithm(const TQString&); private: @@ -55,7 +55,7 @@ class AutolayoutDlg : public MyDialog1 bool clusterizeHierarchies; int shapeSeparation; KConfig* config; - QString algname; + TQString algname; Autolayout::Autolayouter* getAutolayouter(); }; |