diff options
author | Michele Calgaro <[email protected]> | 2023-11-13 20:33:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-15 23:44:25 +0900 |
commit | c8ece3630d4d21acaf1749fc2cf660a0463070c3 (patch) | |
tree | bae3d3c70886ceeffd914cac031dfeab532a607a /tdeui/kdialogbase.h | |
parent | 419c185be746df8bba59fe5de991b4a2b3977897 (diff) | |
download | tdelibs-c8ece3630d4d21acaf1749fc2cf660a0463070c3.tar.gz tdelibs-c8ece3630d4d21acaf1749fc2cf660a0463070c3.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdeui/kdialogbase.h')
-rw-r--r-- | tdeui/kdialogbase.h | 12 |
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. |