diff options
author | Michele Calgaro <[email protected]> | 2025-01-20 17:19:30 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-20 17:19:30 +0900 |
commit | 3e0dca11471f5fcb566221a18cdb3258d6e61e96 (patch) | |
tree | 07c35fb4c479f36a874370abc24ed6ac3b2af61b /ksayit/src/ksayit_fxplugin.h | |
parent | 54c48329dfeac9136d7e175abcce1d898774f359 (diff) | |
download | tdeaccessibility-3e0dca11471f5fcb566221a18cdb3258d6e61e96.tar.gz tdeaccessibility-3e0dca11471f5fcb566221a18cdb3258d6e61e96.zip |
Use tdeApp
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ksayit/src/ksayit_fxplugin.h')
-rw-r--r-- | ksayit/src/ksayit_fxplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksayit/src/ksayit_fxplugin.h b/ksayit/src/ksayit_fxplugin.h index b50b9da..af4826d 100644 --- a/ksayit/src/ksayit_fxplugin.h +++ b/ksayit/src/ksayit_fxplugin.h @@ -29,7 +29,7 @@ using namespace Arts; * If you would like to implement a plugin, simply make a class * derived from FXPlugin, include 'ksayit_fxplugin.h' and reimplement all the * pure virtual functions provided herein. - * *Appl is a pointer to the main application as delivered by \p TDEApplication::kApplication(). + * *Appl is a pointer to the main application as delivered by \p tdeApp. * It can be used for any reason i.e. to install a TQt translator.\n \author Robert Vogl */ |