From eae76faadec33ec57aacee0783274f9d908d892c Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 18 Sep 2010 06:43:31 +0000 Subject: 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 --- kpersonalizer/kospage.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kpersonalizer/kospage.cpp') 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(){ "Titlebar double-click: Shade window
" "Mouse selection: Single click
" "Application startup notification: busy cursor
" - "Keyboard scheme: KDE default
" + "Keyboard scheme: Trinity default
" )); } @@ -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); -- cgit v1.2.1