diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:18 -0600 |
commit | 2ecab1a194b0dc551b478820e1aaa3b8713354cc (patch) | |
tree | ae4df71ed26f3dc2dd605970d8d455165a1c8ab3 /src/projectsession.h | |
parent | 549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff) | |
download | tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip |
Additional renaming of kde to tde
Diffstat (limited to 'src/projectsession.h')
-rw-r--r-- | src/projectsession.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/projectsession.h b/src/projectsession.h index 6ddccefa..f5370d28 100644 --- a/src/projectsession.h +++ b/src/projectsession.h @@ -3,7 +3,7 @@ ------------------- begin : 30 Nov 2002 copyright : (C) 2002 by Falk Brettschneider - email : falk@kdevelop.org + email : falk@tdevelop.org ***************************************************************************/ /*************************************************************************** @@ -30,7 +30,7 @@ class KDevPlugin; * This class stores and restores the last situation before the certain project * was closed. * Session stuff that is not related to a certain project doesn't belong to here; - * it must be saved in a program session which likely is "kdeveloprc". + * it must be saved in a program session which likely is "tdeveloprc". **/ class ProjectSession : public TQObject { |