diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-22 00:29:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-22 00:29:16 -0600 |
commit | 81197bab636872cda186b8a2fde15c32f63cfcd8 (patch) | |
tree | caa6a1e863fed510016c6eb6db187add96a551cf /kmplot | |
parent | e03ca31cf0a4eb365aa86ef59c359b6a3fda0309 (diff) | |
download | tdeedu-81197bab636872cda186b8a2fde15c32f63cfcd8.tar.gz tdeedu-81197bab636872cda186b8a2fde15c32f63cfcd8.zip |
Part 1 of 2 of kdm rename
Diffstat (limited to 'kmplot')
-rw-r--r-- | kmplot/kmplot/MainDlg.cpp | 2 | ||||
-rw-r--r-- | kmplot/kmplot/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kmplot/kmplot/MainDlg.cpp b/kmplot/kmplot/MainDlg.cpp index 5a736097..90e9c54a 100644 --- a/kmplot/kmplot/MainDlg.cpp +++ b/kmplot/kmplot/MainDlg.cpp @@ -2,7 +2,7 @@ * KmPlot - a math. function plotter for the KDE-Desktop * * Copyright (C) 1998, 1999 Klaus-Dieter Möller -* 2000, 2002 kdmoeller@foni.net +* 2000, 2002 tdmoeller@foni.net * * This file is part of the KDE Project. * KmPlot is part of the KDE-EDU Project. diff --git a/kmplot/kmplot/main.cpp b/kmplot/kmplot/main.cpp index 594f3a95..3b96b884 100644 --- a/kmplot/kmplot/main.cpp +++ b/kmplot/kmplot/main.cpp @@ -61,7 +61,7 @@ int main( int argc, char **argv ) "http://edu.kde.org/kmplot/" ); aboutData.addAuthor( "Klaus-Dieter Möller", I18N_NOOP( "Original Author" ) , - "kdmoeller@foni.net" ); + "tdmoeller@foni.net" ); aboutData.addAuthor( "Matthias Meßmer", I18N_NOOP( "GUI" ) , "bmlmessmer@web.de" ); |