diff options
author | Michele Calgaro <[email protected]> | 2025-01-22 17:48:01 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-03 22:54:28 +0900 |
commit | fdde1e4ac285a7b43ca5f45f220ea7fec8db248b (patch) | |
tree | 2886714a5f837bc0b86f178624f8437dd863b6be /kspread/plugins/calculator | |
parent | f491bbc527febc11c4f3f2cf158735ae93a4e19a (diff) | |
download | koffice-fdde1e4ac285a7b43ca5f45f220ea7fec8db248b.tar.gz koffice-fdde1e4ac285a7b43ca5f45f220ea7fec8db248b.zip |
Use tdeApp
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kspread/plugins/calculator')
-rw-r--r-- | kspread/plugins/calculator/kcalc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kspread/plugins/calculator/kcalc.cpp b/kspread/plugins/calculator/kcalc.cpp index 92f665e7..8451224e 100644 --- a/kspread/plugins/calculator/kcalc.cpp +++ b/kspread/plugins/calculator/kcalc.cpp @@ -63,8 +63,8 @@ TQtCalculator :: TQtCalculator( Calculator *_corba, TQWidget *parent, const char // Set the window caption/title - // connect(kapp,TQ_SIGNAL(tdedisplayPaletteChanged()),this,TQ_SLOT(set_colors())); - // setCaption( kapp->caption() ); + // connect(tdeApp,TQ_SIGNAL(tdedisplayPaletteChanged()),this,TQ_SLOT(set_colors())); + // setCaption( tdeApp->caption() ); // create help button |