diff options
author | Michele Calgaro <[email protected]> | 2024-03-09 18:58:02 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 21:16:45 +0900 |
commit | 7a7827396f90ad06945cd5a367f93d8ffd380e0f (patch) | |
tree | c812fa6c9a336fac31583724535fbcf8fd0e5ae0 /kspread/dialogs | |
parent | ea7a0b4d73337e0e30678300466e668179241348 (diff) | |
download | koffice-7a7827396f90ad06945cd5a367f93d8ffd380e0f.tar.gz koffice-7a7827396f90ad06945cd5a367f93d8ffd380e0f.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kspread/dialogs')
-rw-r--r-- | kspread/dialogs/kspread_dlg_formula.h | 2 | ||||
-rw-r--r-- | kspread/dialogs/kspread_dlg_goalseek.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kspread/dialogs/kspread_dlg_formula.h b/kspread/dialogs/kspread_dlg_formula.h index 505dd9c0..d3c3ebaa 100644 --- a/kspread/dialogs/kspread_dlg_formula.h +++ b/kspread/dialogs/kspread_dlg_formula.h @@ -153,7 +153,7 @@ private: TQLineEdit *fiveElement; /** * Tells which of the lineedits has the logical focus currently. - * It may happen that a lineedit does not have qt focus but + * It may happen that a lineedit does not have tqt focus but * logical focus but not the other way round. */ TQLineEdit* m_focus; diff --git a/kspread/dialogs/kspread_dlg_goalseek.h b/kspread/dialogs/kspread_dlg_goalseek.h index 1427a424..32ac2d9e 100644 --- a/kspread/dialogs/kspread_dlg_goalseek.h +++ b/kspread/dialogs/kspread_dlg_goalseek.h @@ -99,7 +99,7 @@ class GoalSeekDialog : public KDialog /** * Tells which of the lineedits has the logical focus currently. - * It may happen that a lineedit does not have qt focus but + * It may happen that a lineedit does not have tqt focus but * logical focus but not the other way round. */ TQLineEdit * m_focus; |