diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:48:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:48:59 -0600 |
commit | 371e91c48d010efedcc490858f04b8d75e91a82d (patch) | |
tree | 722c82764ee74ef74a48e3ceea5740b3a008b15b /kpersonalizer | |
parent | 9fad243fd6c7e0d838d518cf283a0ec1ccbda1a6 (diff) | |
download | tdebase-371e91c48d010efedcc490858f04b8d75e91a82d.tar.gz tdebase-371e91c48d010efedcc490858f04b8d75e91a82d.zip |
Additional renaming of kde to tde
Diffstat (limited to 'kpersonalizer')
-rw-r--r-- | kpersonalizer/Makefile.am | 2 | ||||
-rw-r--r-- | kpersonalizer/keyecandypage.cpp | 6 | ||||
-rw-r--r-- | kpersonalizer/kstylepage.cpp | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/kpersonalizer/Makefile.am b/kpersonalizer/Makefile.am index dc119b63e..76b1a4ff8 100644 --- a/kpersonalizer/Makefile.am +++ b/kpersonalizer/Makefile.am @@ -15,7 +15,7 @@ install-data-local: uninstall.desktop $(mkinstalldirs) $(DESTDIR)$(kde_appsdir)/System $(INSTALL_DATA) $(srcdir)/uninstall.desktop $(DESTDIR)$(kde_appsdir)/System/kpersonalizer.desktop -####### kdevelop will overwrite this part!!! (end)############ +####### tdevelop will overwrite this part!!! (end)############ SUBDIRS = pics # this 10 paths are KDE specific. Use them: diff --git a/kpersonalizer/keyecandypage.cpp b/kpersonalizer/keyecandypage.cpp index fcc0fde7a..1ff4c4b1f 100644 --- a/kpersonalizer/keyecandypage.cpp +++ b/kpersonalizer/keyecandypage.cpp @@ -300,7 +300,7 @@ void KEyeCandyPage::enableDesktopWallpaper(bool enable, bool user){ /** this function enables/disables the window effects for Shading, Minimize and Restore. The contents in moving/resized windows is set in enableWindowContens(bool ) */ void KEyeCandyPage::enableDesktopWindowEffects(bool enable,bool restore){ -// see /kdebase/kcontrol/kwm module, KAdvancedConfig class. Used are: +// see /tdebase/kcontrol/kwm module, KAdvancedConfig class. Used are: // -Animate minimize and restore // -Animate shade // -Enable Hover @@ -321,7 +321,7 @@ void KEyeCandyPage::enableDesktopWindowEffects(bool enable,bool restore){ /** enable/disable window moving with contents shown */ void KEyeCandyPage::enableDesktopWindowMovingContents(bool enable, bool restore){ -// see /kdebase/kcontrol/kwm module, KAdvancedConfig class. Used are: +// see /tdebase/kcontrol/kwm module, KAdvancedConfig class. Used are: // -Display content in moving window // -Display content in resizing window // And KGlobalSettings::opaqueResize() for QSplitters @@ -370,7 +370,7 @@ void KEyeCandyPage::enableBackgroundsKonqueror(bool enable){ /** Level 0-2 disable this, Level 3 and above enable this. */ void KEyeCandyPage::enableIconZoomingPanel(bool enable){ - // Kicker Icon zooming feature. See /kdebase/kcontrol/kicker, LookAndFeelTab + // Kicker Icon zooming feature. See /tdebase/kcontrol/kicker, LookAndFeelTab kickerconf->setGroup("buttons"); kickerconf->writeEntry("EnableIconZoom", enable); } diff --git a/kpersonalizer/kstylepage.cpp b/kpersonalizer/kstylepage.cpp index 6c9908648..e125796a9 100644 --- a/kpersonalizer/kstylepage.cpp +++ b/kpersonalizer/kstylepage.cpp @@ -78,8 +78,8 @@ KStylePage::KStylePage(TQWidget *parent, const char *name ) : KStylePageDlg(pare connect(klv_styles, TQT_SIGNAL(selectionChanged()), this, TQT_SLOT(slotCurrentChanged())); - // Note: if the default is changed here it needs to be changed in kdebase/twin/plugins.cpp - // and kdebase/twin/kcmtwin/twindecoration/twindecoration.cpp as well. + // Note: if the default is changed here it needs to be changed in tdebase/twin/plugins.cpp + // and tdebase/twin/kcmtwin/twindecoration/twindecoration.cpp as well. defaultKWinStyle = TQPixmap::defaultDepth() > 8 ? "twin_plastik" : "twin_quartz"; appliedStyle = NULL; |