diff options
author | Michele Calgaro <[email protected]> | 2025-01-20 18:26:41 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-20 18:26:41 +0900 |
commit | aae5ebe5008a41fe4a4767092d7e17600abf6725 (patch) | |
tree | 97002e11e1564bceeda4fb4b3b04164bb9e72286 /korganizer/actionmanager.h | |
parent | 69779eb81c20b80b56ab698f44a944efd6107a74 (diff) | |
download | tdepim-aae5ebe5008a41fe4a4767092d7e17600abf6725.tar.gz tdepim-aae5ebe5008a41fe4a4767092d7e17600abf6725.zip |
Use tdeApprename/tdeapp
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'korganizer/actionmanager.h')
-rw-r--r-- | korganizer/actionmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/actionmanager.h b/korganizer/actionmanager.h index ff499d49f..22a36abdf 100644 --- a/korganizer/actionmanager.h +++ b/korganizer/actionmanager.h @@ -259,7 +259,7 @@ class TDE_EXPORT ActionManager : public TQObject, public KCalendarIface void keyBindings(); /** - Using the TDEConfig associated with the kapp variable, read in the + Using the TDEConfig associated with the tdeApp variable, read in the settings from the config file. */ void readSettings(); |