summaryrefslogtreecommitdiffstats
path: root/kexi/formeditor/formmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/formeditor/formmanager.h')
-rw-r--r--kexi/formeditor/formmanager.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/kexi/formeditor/formmanager.h b/kexi/formeditor/formmanager.h
index a4622d1b..e7934cc2 100644
--- a/kexi/formeditor/formmanager.h
+++ b/kexi/formeditor/formmanager.h
@@ -259,19 +259,19 @@ class KFORMEDITOR_EXPORT FormManager : public TQObject
void editConnections();
//! Lay out selected widgets using HBox tqlayout (calls \ref CreateLayoutCommand).
- void tqlayoutHBox();
+ void layoutHBox();
//! Lay out selected widgets using VBox tqlayout.
- void tqlayoutVBox();
+ void layoutVBox();
//! Lay out selected widgets using Grid tqlayout.
- void tqlayoutGrid();
+ void layoutGrid();
//! Lay out selected widgets in an horizontal splitter
- void tqlayoutHSplitter();
+ void layoutHSplitter();
//! Lay out selected widgets in a verticak splitter
- void tqlayoutVSplitter();
+ void layoutVSplitter();
//! Lay out selected widgets using HFlow tqlayout
- void tqlayoutHFlow();
+ void layoutHFlow();
//! Lay out selected widgets using VFlow tqlayout.
- void tqlayoutVFlow();
+ void layoutVFlow();
//! Breaks selected tqlayout(calls \ref BreakLayoutCommand).
void breakLayout();
@@ -421,7 +421,7 @@ class KFORMEDITOR_EXPORT FormManager : public TQObject
/*! Function called by the "Lay out in..." menu items. It creates a tqlayout from the
currently selected widgets (that must have the same tqparent).
Calls \ref CreateLayoutCommand. */
- void createLayout(int tqlayoutType);
+ void createLayout(int layoutType);
/*! Function called by all other AlignWidgets*() function. Calls \ref AlignWidgetsCommand. */
void alignWidgets(int type);