summaryrefslogtreecommitdiffstats
path: root/kcontrol/colors
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-02 20:57:25 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-02 20:57:25 -0600
commit3e5506b29bb8d45ab067d3a4623af70a56abb990 (patch)
treef77580a8456188884aa2c0b447d5ea320e01a668 /kcontrol/colors
parent301ad20ded390d3e22ef30533736f275d519a0e6 (diff)
downloadtdebase-3e5506b29bb8d45ab067d3a4623af70a56abb990.tar.gz
tdebase-3e5506b29bb8d45ab067d3a4623af70a56abb990.zip
Rename kdisplay for enhanced compatibility with KDE4
Diffstat (limited to 'kcontrol/colors')
-rw-r--r--kcontrol/colors/colorscm.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/colors/colorscm.cpp b/kcontrol/colors/colorscm.cpp
index 6bb368fe2..370d32532 100644
--- a/kcontrol/colors/colorscm.cpp
+++ b/kcontrol/colors/colorscm.cpp
@@ -560,7 +560,7 @@ void KColorScheme::slotAdd()
}
else
{
- sFile = TDEGlobal::dirs()->saveLocation("data", "kdisplay/color-schemes/") + sFile + ".kcsrc";
+ sFile = TDEGlobal::dirs()->saveLocation("data", "tdedisplay/color-schemes/") + sFile + ".kcsrc";
KSimpleConfig *config = new KSimpleConfig(sFile);
config->setGroup( "Color Scheme");
config->writeEntry("Name", sName);
@@ -580,7 +580,7 @@ void KColorScheme::slotAdd()
void KColorScheme::slotImport()
{
- TQString location = locateLocal( "data", "kdisplay/color-schemes/" );
+ TQString location = locateLocal( "data", "tdedisplay/color-schemes/" );
KURL file ( KFileDialog::getOpenFileName(TQString::null, "*.kcsrc", this) );
if ( file.isEmpty() )
@@ -861,7 +861,7 @@ void KColorScheme::readSchemeNames()
// Global + local schemes
TQStringList list = TDEGlobal::dirs()->findAllResources("data",
- "kdisplay/color-schemes/*.kcsrc", false, true);
+ "tdedisplay/color-schemes/*.kcsrc", false, true);
// And add them
for (TQStringList::ConstIterator it = list.begin(); it != list.end(); ++it) {