summaryrefslogtreecommitdiffstats
path: root/src/gui/general/GUIPalette.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/general/GUIPalette.cpp')
-rw-r--r--src/gui/general/GUIPalette.cpp2
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];