summaryrefslogtreecommitdiffstats
path: root/kformula
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-22 17:48:01 +0900
committerMichele Calgaro <[email protected]>2025-02-03 22:54:28 +0900
commitfdde1e4ac285a7b43ca5f45f220ea7fec8db248b (patch)
tree2886714a5f837bc0b86f178624f8437dd863b6be /kformula
parentf491bbc527febc11c4f3f2cf158735ae93a4e19a (diff)
downloadkoffice-fdde1e4ac285a7b43ca5f45f220ea7fec8db248b.tar.gz
koffice-fdde1e4ac285a7b43ca5f45f220ea7fec8db248b.zip
Use tdeApp
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kformula')
-rw-r--r--kformula/formulastring.cpp2
-rw-r--r--kformula/kformula_doc.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kformula/formulastring.cpp b/kformula/formulastring.cpp
index 0d07634e..ab4a5fa4 100644
--- a/kformula/formulastring.cpp
+++ b/kformula/formulastring.cpp
@@ -107,7 +107,7 @@ void FormulaString::accept()
void FormulaString::helpButtonClicked()
{
- kapp->invokeHelp( "formula-strings", "kformula" );
+ tdeApp->invokeHelp( "formula-strings", "kformula" );
}
void FormulaString::cursorPositionChanged( int para, int pos )
diff --git a/kformula/kformula_doc.cpp b/kformula/kformula_doc.cpp
index 2ce07d1f..23ec4977 100644
--- a/kformula/kformula_doc.cpp
+++ b/kformula/kformula_doc.cpp
@@ -62,7 +62,7 @@ KFormulaDoc::KFormulaDoc(TQWidget *parentWidget, const char *widgetName, TQObjec
//kdDebug(39001) << "General Settings" << endl;
history = new KoCommandHistory( actionCollection() );
- wrapper = new KFormula::DocumentWrapper( kapp->config(),
+ wrapper = new KFormula::DocumentWrapper( tdeApp->config(),
actionCollection(),
history );
document = new KFormula::Document;