summaryrefslogtreecommitdiffstats
path: root/kpersonalizer/kpersonalizer.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-18 06:43:31 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-18 06:43:31 +0000
commiteae76faadec33ec57aacee0783274f9d908d892c (patch)
treed94da080c8fa6e09e3fcf8c77e61317033f06933 /kpersonalizer/kpersonalizer.h
parenta56441c54627b3017e235317898a1bfb28859dc5 (diff)
downloadtdebase-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/kpersonalizer.h')
-rw-r--r--kpersonalizer/kpersonalizer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kpersonalizer/kpersonalizer.h b/kpersonalizer/kpersonalizer.h
index 5eeb7907e..871b42707 100644
--- a/kpersonalizer/kpersonalizer.h
+++ b/kpersonalizer/kpersonalizer.h
@@ -50,12 +50,12 @@ public:
/** this session is restarted, so we want to start with ospage */
void restarted();
- /** KPersonalizer is running before KDE is started */
+ /** KPersonalizer is running before Trinity is started */
static void setBeforeSession();
static bool beforeSession() { return before_session; }
public slots: // Public slots
- /** calls all save functions after resetting all features/ OS/ theme selections to KDE default */
+ /** calls all save functions after resetting all features/ OS/ theme selections to Trinity default */
void setDefaults();
/** the cancel button is connected to the reject() slot of TQDialog,
* so we have to reimplement this here to add a dialogbox to
@@ -88,7 +88,7 @@ protected slots: // Public slots
void slotRestart();
protected: // Protected methods
- // the close button on the titlebar sets e->accept() which we don´t want.
+ // the close button on the titlebar sets e->accept() which we don�t want.
virtual void closeEvent(TQCloseEvent*);
bool askClose();
};