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/kpersonalizer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kpersonalizer/kpersonalizer.h') 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(); }; -- cgit v1.2.1