summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/autolayout/autolayouter.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/autolayout/autolayouter.h')
-rw-r--r--umbrello/umbrello/autolayout/autolayouter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/umbrello/umbrello/autolayout/autolayouter.h b/umbrello/umbrello/autolayout/autolayouter.h
index 40a24235..5d4645f9 100644
--- a/umbrello/umbrello/autolayout/autolayouter.h
+++ b/umbrello/umbrello/autolayout/autolayouter.h
@@ -21,9 +21,9 @@ This is the super class of any class which encapsulate an autotqlayout algorithm
@author Dimitri Ognibene <ognibened @yahoo.it>
*/
-class Autotqlayouter {
+class Autolayouter {
public:
- virtual ~Autotqlayouter() {}
+ virtual ~Autolayouter() {}
virtual void setNoteConnectionWeight(int i)=0;
virtual void setNoteConnectionsAsEdges(bool b)=0;