summaryrefslogtreecommitdiffstats
path: root/kcontrol/colors
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-03 22:59:55 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-03 22:59:55 -0600
commit4f841fbbbc5d3399535ade061699cc76363c7a3f (patch)
tree1d036f7ddb4294acb7bbad8d16ae30d8509222b5 /kcontrol/colors
parent3e5506b29bb8d45ab067d3a4623af70a56abb990 (diff)
downloadtdebase-4f841fbbbc5d3399535ade061699cc76363c7a3f.tar.gz
tdebase-4f841fbbbc5d3399535ade061699cc76363c7a3f.zip
Rename KStyle to TDEStyle to avoid conflicts with KDE4
Diffstat (limited to 'kcontrol/colors')
-rw-r--r--kcontrol/colors/colorscm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/colors/colorscm.cpp b/kcontrol/colors/colorscm.cpp
index 370d32532..a8f75975b 100644
--- a/kcontrol/colors/colorscm.cpp
+++ b/kcontrol/colors/colorscm.cpp
@@ -402,7 +402,7 @@ void KColorScheme::save()
XDeleteProperty( tqt_xdisplay(), tqt_xrootwin(), XA_RESOURCE_MANAGER );
#endif
}
- runRdb( flags ); // Save the palette to qtrc for KStyles
+ runRdb( flags ); // Save the palette to qtrc for TDEStyles
// Notify all TDE applications
KIPC::sendMessageAll(KIPC::PaletteChanged);