summaryrefslogtreecommitdiffstats
path: root/kspread/dialogs
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-09 18:58:02 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 21:16:45 +0900
commit7a7827396f90ad06945cd5a367f93d8ffd380e0f (patch)
treec812fa6c9a336fac31583724535fbcf8fd0e5ae0 /kspread/dialogs
parentea7a0b4d73337e0e30678300466e668179241348 (diff)
downloadkoffice-7a7827396f90ad06945cd5a367f93d8ffd380e0f.tar.gz
koffice-7a7827396f90ad06945cd5a367f93d8ffd380e0f.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kspread/dialogs')
-rw-r--r--kspread/dialogs/kspread_dlg_formula.h2
-rw-r--r--kspread/dialogs/kspread_dlg_goalseek.h2
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;