summaryrefslogtreecommitdiffstats
path: root/tdeui/kdialogbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/kdialogbase.h')
-rw-r--r--tdeui/kdialogbase.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/tdeui/kdialogbase.h b/tdeui/kdialogbase.h
index 969d1c3e2..25f4613ae 100644
--- a/tdeui/kdialogbase.h
+++ b/tdeui/kdialogbase.h
@@ -575,9 +575,9 @@ class TDEUI_EXPORT KDialogBase : public KDialog
* toplevel widget for this particular page. The widget contains a
* TQGridLayout layout so the widget children are positioned in a grid.
*
- * @param n Specifies the number of columns if @p dir is Qt::Horizontal
- * or the number of rows if @p dir is Qt::Vertical.
- * @param dir Can be Qt::Horizontal or Qt::Vertical.
+ * @param n Specifies the number of columns if @p dir is TQt::Horizontal
+ * or the number of rows if @p dir is TQt::Vertical.
+ * @param dir Can be TQt::Horizontal or TQt::Vertical.
* @param itemName String used in the list or as tab item name.
* @param header Header text use in the list modes @p Ignored in @p Tabbed
* mode. If empty, the item text is used instead.
@@ -673,9 +673,9 @@ class TDEUI_EXPORT KDialogBase : public KDialog
* constructor where you define the face (Plain, Swallow, Tabbed,
* TreeList, IconList).
*
- * @param n Specifies the number of columns if 'dir' is Qt::Horizontal
- * or the number of rows if 'dir' is Qt::Vertical.
- * @param dir Can be Qt::Horizontal or Qt::Vertical.
+ * @param n Specifies the number of columns if 'dir' is TQt::Horizontal
+ * or the number of rows if 'dir' is TQt::Vertical.
+ * @param dir Can be TQt::Horizontal or TQt::Vertical.
*
* @return The main widget or 0 if any of the rules described above
* were broken.