summaryrefslogtreecommitdiffstats
path: root/kexi/formeditor/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/formeditor/commands.h')
-rw-r--r--kexi/formeditor/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/formeditor/commands.h b/kexi/formeditor/commands.h
index c38f9b86..d998ad36 100644
--- a/kexi/formeditor/commands.h
+++ b/kexi/formeditor/commands.h
@@ -209,7 +209,7 @@ class KFORMEDITOR_EXPORT InsertWidgetCommand : public Command
class KFORMEDITOR_EXPORT CreateLayoutCommand : public Command
{
public:
- CreateLayoutCommand(int tqlayoutType, WidgetList &list, Form *form);
+ CreateLayoutCommand(int layoutType, WidgetList &list, Form *form);
CreateLayoutCommand() {;} // for BreakLayoutCommand
virtual void execute();