diff options
author | Michele Calgaro <[email protected]> | 2025-01-22 18:11:56 +0900 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2025-02-03 14:04:22 +0000 |
commit | f44cabe8c88eec154ea9a457b749c5fcd9bed4c3 (patch) | |
tree | bca8f3c429d932cb22fb4fe93edb35335f28717c /src/gui/general/GUIPalette.cpp | |
parent | 06042c0471231bf41b46d4a8744393137beac468 (diff) | |
download | rosegarden-master.tar.gz rosegarden-master.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/gui/general/GUIPalette.cpp')
-rw-r--r-- | src/gui/general/GUIPalette.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/general/GUIPalette.cpp b/src/gui/general/GUIPalette.cpp index c34fece..6a10d0b 100644 --- a/src/gui/general/GUIPalette.cpp +++ b/src/gui/general/GUIPalette.cpp @@ -35,7 +35,7 @@ namespace Rosegarden TQColor GUIPalette::getColour(const char* const colourName) { - TDEConfig* config = kapp->config(); + TDEConfig* config = tdeApp->config(); config->setGroup(ColoursConfigGroup); TQColor res = getInstance()->m_defaultsMap[colourName]; |