diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-18 06:43:31 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-18 06:43:31 +0000 |
commit | eae76faadec33ec57aacee0783274f9d908d892c (patch) | |
tree | d94da080c8fa6e09e3fcf8c77e61317033f06933 /kpersonalizer/kospage.cpp | |
parent | a56441c54627b3017e235317898a1bfb28859dc5 (diff) | |
download | tdebase-eae76faadec33ec57aacee0783274f9d908d892c.tar.gz tdebase-eae76faadec33ec57aacee0783274f9d908d892c.zip |
More buxfixes
Fixed Kicker loaing problem
Additional KDE->Trinity reference conversions
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176571 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kpersonalizer/kospage.cpp')
-rw-r--r-- | kpersonalizer/kospage.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpersonalizer/kospage.cpp b/kpersonalizer/kospage.cpp index 839cc241a..9c9262a9a 100644 --- a/kpersonalizer/kospage.cpp +++ b/kpersonalizer/kospage.cpp @@ -38,7 +38,7 @@ KOSPage::KOSPage(TQWidget *parent, const char *name ) : KOSPageDlg(parent,name) { px_osSidebar->setPixmap(UserIcon("step2.png")); - // initialize the textview with the default description - KDE of course + // initialize the textview with the default description - Trinity of course slotKDEDescription(); // Set the configfiles cglobal = new KConfig("kdeglobals"); @@ -353,7 +353,7 @@ void KOSPage::slotKDEDescription(){ "<b>Titlebar double-click:</b> <i>Shade window</i><br>" "<b>Mouse selection:</b> <i>Single click</i><br>" "<b>Application startup notification:</b> <i>busy cursor</i><br>" - "<b>Keyboard scheme:</b> <i>KDE default</i><br>" + "<b>Keyboard scheme:</b> <i>Trinity default</i><br>" )); } @@ -394,7 +394,7 @@ void KOSPage::slotMacDescription(){ } -/** retrieves the user's local values. In case he doesn't have these set, use the default values of KDE */ +/** retrieves the user's local values. In case he doesn't have these set, use the default values of Trinity */ void KOSPage::getUserDefaults(){ ckcmdisplay->setGroup("KDE"); b_MacMenuBar = ckcmdisplay->readBoolEntry("macStyle", false); |