summaryrefslogtreecommitdiffstats
path: root/kpersonalizer
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:14:07 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:14:07 -0500
commite37899bcc3f75c9e314df74fee7cd92167f1c4d8 (patch)
treea9ddccfd5aa44b1975e0bafd0254d9c00780ac96 /kpersonalizer
parentcfd4a7e4ea2276df469207aa5041cec412861493 (diff)
downloadtdebase-e37899bcc3f75c9e314df74fee7cd92167f1c4d8.tar.gz
tdebase-e37899bcc3f75c9e314df74fee7cd92167f1c4d8.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kpersonalizer')
-rw-r--r--kpersonalizer/keyecandypage.h8
-rw-r--r--kpersonalizer/kstylepage.cpp2
2 files changed, 5 insertions, 5 deletions
diff --git a/kpersonalizer/keyecandypage.h b/kpersonalizer/keyecandypage.h
index e817e908d..016502e2f 100644
--- a/kpersonalizer/keyecandypage.h
+++ b/kpersonalizer/keyecandypage.h
@@ -79,7 +79,7 @@ public:
//---------------------------------------------------------------------------------------------------------
/** Enable fading tooltips in Level 7 */
void enableFadingToolTips(bool enable);
- /** enables/disables fading menus which are off by default in KDE. Enable this in Level 9 */
+ /** enables/disables fading menus which are off by default in TDE. Enable this in Level 9 */
void enableFadingMenus(bool enable);
/** Enable animated combo boxes, see styles kcontrol module. Enable in Level 4 (disabled by default anyway, so doesn't need to be
disabled in levels below 4) */
@@ -94,7 +94,7 @@ public:
/** Enable Antialiased fonts. Maybe a check if the chard can do this with xdpyinfo | grep RENDER here would bring up if
the user can do this or not. Enable in Level 7. */
void enableAntialiasingFonts(bool enable, bool reset);
- /** Enables the default KDE sound scheme in Level 3 */
+ /** Enables the default TDE sound scheme in Level 3 */
void enableSoundScheme(bool enable, bool user);
//---------------------------------------------------------------------------------------------------------
@@ -102,7 +102,7 @@ public:
/** save function to enable/disable the according settings that are made in the QCheckListItems of the
Eyecandy page by default. If currSettings is false, the user's default settings will be restored*/
void save(bool currSettings=true);
- /** sets the slider to the default value of Level 4 (KDE Default) and the checklistboxes on
+ /** sets the slider to the default value of Level 4 (TDE Default) and the checklistboxes on
that belong to this level */
void setDefaults();
/** as the preview entries in the rc files (konqiconviewrc and kdesktoprc) are a string list and
@@ -113,7 +113,7 @@ public:
as in case the user quits, we have to set these states again in saveUserDefaults to what they were
prior to running kpersonalizer */
void saveCheckState(bool currSettings);
- /** retrieves the user's local values. In case he doesn't have these set, use the default values of KDE, level 4. */
+ /** retrieves the user's local values. In case he doesn't have these set, use the default values of TDE, level 4. */
void getUserDefaults();
void getUserSoundScheme();
diff --git a/kpersonalizer/kstylepage.cpp b/kpersonalizer/kstylepage.cpp
index 88b10edf8..a11502259 100644
--- a/kpersonalizer/kstylepage.cpp
+++ b/kpersonalizer/kstylepage.cpp
@@ -53,7 +53,7 @@ KStylePage::KStylePage(TQWidget *parent, const char *name ) : KStylePageDlg(pare
kde = new TQListViewItem( klv_styles);
kde->setText( 0, TQPixmap::defaultDepth() > 8 ? i18n( "Plastik" ) : i18n( "Light" ) );
- kde->setText( 1, i18n( "KDE default style" ) );
+ kde->setText( 1, i18n( "TDE default style" ) );
classic = new TQListViewItem( klv_styles);
classic->setText( 0, i18n( "KDE Classic" ) );