summaryrefslogtreecommitdiffstats
path: root/lib/kformula
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-26 11:50:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-28 11:41:17 +0900
commit7cec1c0edd5e9103470f05af4e8403c3ace08780 (patch)
treed7058008da5066e2b9c232c7d5b7e7e33294df35 /lib/kformula
parentc5457738148661c46793712f2b3bfdf86654e298 (diff)
downloadkoffice-r14.1.1.tar.gz
koffice-r14.1.1.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 49e49d1876484adcc6c4f264b44b7f4cee28acc2)
Diffstat (limited to 'lib/kformula')
-rw-r--r--lib/kformula/FILTERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kformula/FILTERS b/lib/kformula/FILTERS
index b335573dc..c6c75e26c 100644
--- a/lib/kformula/FILTERS
+++ b/lib/kformula/FILTERS
@@ -8,7 +8,7 @@ IMPORT:
-LaTeX
Need a parser...I'll look at formula1 parser
--C Style (i.e. niceThisFormula(QString))
+-C Style (i.e. niceThisFormula(TQString))
this is easy to do, cooming soon.