diff options
author | Michele Calgaro <[email protected]> | 2024-03-09 18:58:02 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-22 21:28:42 +0900 |
commit | 3723148aa321530969ae4dd7472c461b94b5405e (patch) | |
tree | e5d11a855ae5ab9b409ce5f478b3a78d310f39f5 /kspread/dialogs | |
parent | e220a1b2b9fa4c97bbcaabf51cd259e62edd3ab3 (diff) | |
download | koffice-3723148aa321530969ae4dd7472c461b94b5405e.tar.gz koffice-3723148aa321530969ae4dd7472c461b94b5405e.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 7a7827396f90ad06945cd5a367f93d8ffd380e0f)
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; |