summaryrefslogtreecommitdiffstats
path: root/kcontrol
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 17:59:29 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 17:59:29 -0600
commit5ddc4d2fa0a88092a515275b93575458cd36324d (patch)
treea61df79b87584910bde10f52db11739101816037 /kcontrol
parentd6e7c01d38b7d54b3090749ff7a8531f59900d4c (diff)
downloadtdebase-5ddc4d2fa0a88092a515275b93575458cd36324d.tar.gz
tdebase-5ddc4d2fa0a88092a515275b93575458cd36324d.zip
Rename startkde to starttde
Diffstat (limited to 'kcontrol')
-rw-r--r--kcontrol/kfontinst/ChangeLog2
-rw-r--r--kcontrol/konqhtml/pluginopts.cpp4
-rw-r--r--kcontrol/kthememanager/ktheme.cpp2
3 files changed, 4 insertions, 4 deletions
diff --git a/kcontrol/kfontinst/ChangeLog b/kcontrol/kfontinst/ChangeLog
index 11bba7e9c..cdd37c6b6 100644
--- a/kcontrol/kfontinst/ChangeLog
+++ b/kcontrol/kfontinst/ChangeLog
@@ -259,7 +259,7 @@ KDE3.1 -> KDE3.2
configuring StarOffice - as this requires some other files to be modified, which won't be possible if SO has been installed
by root.
- ...Also to accomplish this, some changes are needed to 'startkde' - see file README.startkde
+ ...Also to accomplish this, some changes are needed to 'starttde' - see file README.starttde
11. Because of the above, when started as non-root, KFontinst will create Type1 and TrueType sub-folders in
$KDEHOME/share/fonts - if they do not already exist.
diff --git a/kcontrol/konqhtml/pluginopts.cpp b/kcontrol/konqhtml/pluginopts.cpp
index 80d587877..a977eb4ea 100644
--- a/kcontrol/konqhtml/pluginopts.cpp
+++ b/kcontrol/konqhtml/pluginopts.cpp
@@ -195,7 +195,7 @@ void KPluginOptions::load( bool useDefaults )
config->setReadDefaults( useDefaults );
config->setGroup("Misc");
- m_widget->scanAtStartup->setChecked( config->readBoolEntry( "startkdeScan", false ) );
+ m_widget->scanAtStartup->setChecked( config->readBoolEntry( "starttdeScan", false ) );
m_widget->dirEdit->setURL("");
m_widget->dirEdit->setEnabled( false );
@@ -242,7 +242,7 @@ void KPluginOptions::save()
pluginSave( config );
config->setGroup("Misc");
- config->writeEntry( "startkdeScan", m_widget->scanAtStartup->isChecked() );
+ config->writeEntry( "starttdeScan", m_widget->scanAtStartup->isChecked() );
config->writeEntry( "HTTP URLs Only", enableHTTPOnly->isChecked() );
config->writeEntry( "demandLoad", enableUserDemand->isChecked() );
config->writeEntry("Nice Level", (int)(100 - priority->value()) / 5);
diff --git a/kcontrol/kthememanager/ktheme.cpp b/kcontrol/kthememanager/ktheme.cpp
index 3b82e889e..e8eaa99b6 100644
--- a/kcontrol/kthememanager/ktheme.cpp
+++ b/kcontrol/kthememanager/ktheme.cpp
@@ -200,7 +200,7 @@ TQString KTheme::createYourself( bool pack )
KConfig * soundConf = new KConfig( "knotify.eventsrc", true );
TQStringList stdEvents;
stdEvents << "cannotopenfile" << "catastrophe" << "exitkde" << "fatalerror"
- << "notification" << "printerror" << "startkde" << "warning"
+ << "notification" << "printerror" << "starttde" << "warning"
<< "messageCritical" << "messageInformation" << "messageWarning"
<< "messageboxQuestion";