diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-21 11:30:06 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-21 11:30:06 +0900 |
| commit | 9339519fac3880c0c43dcc7e5fe57b7c3de02bc4 (patch) | |
| tree | d4d113274eb919d2bada492af2476f4dc4715218 /src/kbfxspinx.cpp | |
| parent | 3f0e35973e0000ad601fffd1396255eb90e3ef4a (diff) | |
| download | kbfx-9339519fac3880c0c43dcc7e5fe57b7c3de02bc4.tar.gz kbfx-9339519fac3880c0c43dcc7e5fe57b7c3de02bc4.zip | |
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kbfxspinx.cpp')
| -rw-r--r-- | src/kbfxspinx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbfxspinx.cpp b/src/kbfxspinx.cpp index 7c02679..e85efa3 100644 --- a/src/kbfxspinx.cpp +++ b/src/kbfxspinx.cpp @@ -247,7 +247,7 @@ void KbfxSpinx::about() void KbfxSpinx::help() { - kapp->invokeHelp ( "", "kbfxconfigapp" ); + tdeApp->invokeHelp ( "", "kbfxconfigapp" ); } void KbfxSpinx::preferences() |
