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/profileengine/editor | |
parent | 549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff) | |
download | tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip |
Additional renaming of kde to tde
Diffstat (limited to 'src/profileengine/editor')
-rw-r--r-- | src/profileengine/editor/main.cpp | 4 | ||||
-rw-r--r-- | src/profileengine/editor/profileeditor.cpp | 4 | ||||
-rw-r--r-- | src/profileengine/editor/profileeditor.h | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/profileengine/editor/main.cpp b/src/profileengine/editor/main.cpp index d835a783..baac2e80 100644 --- a/src/profileengine/editor/main.cpp +++ b/src/profileengine/editor/main.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -32,7 +32,7 @@ int main(int argc, char **argv) { KAboutData about("kdevprofileeditor", I18N_NOOP("KDevelop Profile Editor"), "1", "", KAboutData::License_GPL, I18N_NOOP("(c) 2004, The KDevelop Developers"), 0, 0, ""); - about.addAuthor("Alexander Dymo", 0, "adymo@kdevelop.org"); + about.addAuthor("Alexander Dymo", 0, "adymo@tdevelop.org"); KCmdLineArgs::init(argc, argv, &about); KCmdLineArgs::addCmdLineOptions(options); diff --git a/src/profileengine/editor/profileeditor.cpp b/src/profileengine/editor/profileeditor.cpp index a80be429..99921768 100644 --- a/src/profileengine/editor/profileeditor.cpp +++ b/src/profileengine/editor/profileeditor.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by Alexander Dymo <adymo@kdevelop.org> * + * Copyright (C) 2004 by Alexander Dymo <adymo@tdevelop.org> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * @@ -32,7 +32,7 @@ #include <kmessagebox.h> #include <kdialogbase.h> #include <kglobalsettings.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <profile.h> diff --git a/src/profileengine/editor/profileeditor.h b/src/profileengine/editor/profileeditor.h index b3c97215..dd1acb87 100644 --- a/src/profileengine/editor/profileeditor.h +++ b/src/profileengine/editor/profileeditor.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by Alexander Dymo <adymo@kdevelop.org> * + * Copyright (C) 2004 by Alexander Dymo <adymo@tdevelop.org> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * |