diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:03:11 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:03:17 +0200 |
commit | e19722342046756a90d65060c756198e31ff4457 (patch) | |
tree | 8f0f73d20b41d6c9b183ed58a8a13ebc8e5b2f67 /parts/appwizard | |
parent | c3a7a4fbdcd78a66c18b90dc17b7070d517eed17 (diff) | |
download | tdevelop-e19722342046756a90d65060c756198e31ff4457.tar.gz tdevelop-e19722342046756a90d65060c756198e31ff4457.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'parts/appwizard')
-rw-r--r-- | parts/appwizard/README.dox | 2 | ||||
-rw-r--r-- | parts/appwizard/appwizarddlg.cpp | 4 | ||||
-rw-r--r-- | parts/appwizard/appwizarddlg.h | 4 | ||||
-rw-r--r-- | parts/appwizard/appwizardfactory.cpp | 2 | ||||
-rw-r--r-- | parts/appwizard/appwizardfactory.h | 2 | ||||
-rw-r--r-- | parts/appwizard/appwizardpart.cpp | 2 | ||||
-rw-r--r-- | parts/appwizard/appwizardpart.h | 2 | ||||
-rw-r--r-- | parts/appwizard/common/scons/admin/kde.py | 4 | ||||
-rw-r--r-- | parts/appwizard/importdlg.cpp | 2 | ||||
-rw-r--r-- | parts/appwizard/importdlg.h | 2 | ||||
-rw-r--r-- | parts/appwizard/misc.cpp | 2 | ||||
-rw-r--r-- | parts/appwizard/misc.h | 2 | ||||
-rw-r--r-- | parts/appwizard/profilesupport.cpp | 2 | ||||
-rw-r--r-- | parts/appwizard/profilesupport.h | 2 |
14 files changed, 17 insertions, 17 deletions
diff --git a/parts/appwizard/README.dox b/parts/appwizard/README.dox index 05333af3..3da524ab 100644 --- a/parts/appwizard/README.dox +++ b/parts/appwizard/README.dox @@ -65,7 +65,7 @@ KDevelop TDevelop plugin GNOME GNOME application \endverbatim -\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> +\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a> \feature Provide a basic application framework (for plugins and applications for many languages) that you can use as a starting point. \feature Development for 3rd party developers made easy. :) diff --git a/parts/appwizard/appwizarddlg.cpp b/parts/appwizard/appwizarddlg.cpp index 83247cf6..d5160075 100644 --- a/parts/appwizard/appwizarddlg.cpp +++ b/parts/appwizard/appwizarddlg.cpp @@ -1,8 +1,8 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.org * * Copyright (C) 2001 by Sandy Meier * - * smeier@tdevelop.org * + * smeier@kdevelop.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 * diff --git a/parts/appwizard/appwizarddlg.h b/parts/appwizard/appwizarddlg.h index cbd2836e..392cd1b6 100644 --- a/parts/appwizard/appwizarddlg.h +++ b/parts/appwizard/appwizarddlg.h @@ -1,8 +1,8 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.org * * Copyright (C) 2001 by Sandy Meier * - * smeier@tdevelop.org * + * smeier@kdevelop.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 * diff --git a/parts/appwizard/appwizardfactory.cpp b/parts/appwizard/appwizardfactory.cpp index d0f543c0..5288105d 100644 --- a/parts/appwizard/appwizardfactory.cpp +++ b/parts/appwizard/appwizardfactory.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2000-2001 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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 * diff --git a/parts/appwizard/appwizardfactory.h b/parts/appwizard/appwizardfactory.h index 57af5b3c..3bbc6e1e 100644 --- a/parts/appwizard/appwizardfactory.h +++ b/parts/appwizard/appwizardfactory.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2000-2001 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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 * diff --git a/parts/appwizard/appwizardpart.cpp b/parts/appwizard/appwizardpart.cpp index 09c3ea17..dd2fae65 100644 --- a/parts/appwizard/appwizardpart.cpp +++ b/parts/appwizard/appwizardpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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 * diff --git a/parts/appwizard/appwizardpart.h b/parts/appwizard/appwizardpart.h index 691c6faf..59280631 100644 --- a/parts/appwizard/appwizardpart.h +++ b/parts/appwizard/appwizardpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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 * diff --git a/parts/appwizard/common/scons/admin/kde.py b/parts/appwizard/common/scons/admin/kde.py index 953a86e3..d194fd84 100644 --- a/parts/appwizard/common/scons/admin/kde.py +++ b/parts/appwizard/common/scons/admin/kde.py @@ -487,7 +487,7 @@ ie: """+BOLD+"""scons configure libdir=/usr/local/lib qtincludes=/usr/include/qt ## kcfg file processing def kcfgGenerator(target, source, env, for_signature): act=[] - act.append('kconfig_compiler -d'+str(source[0].get_dir())+' '+source[1].path+' '+source[0].path) + act.append('tdeconfig_compiler -d'+str(source[0].get_dir())+' '+source[1].path+' '+source[0].path) return act def kcfgEmitter(target, source, env): @@ -656,7 +656,7 @@ ie: """+BOLD+"""scons configure libdir=/usr/local/lib qtincludes=/usr/include/qt for ofile in other_files: if ofile == file: print RED+"WARNING: You have included "+file+".kcfg and another file of the same prefix"+NORMAL - print "Files generated by kconfig_compiler (settings.h, settings.cpp) must not be included" + print "Files generated by tdeconfig_compiler (settings.h, settings.cpp) must not be included" return src diff --git a/parts/appwizard/importdlg.cpp b/parts/appwizard/importdlg.cpp index bd08198d..5f07f5b4 100644 --- a/parts/appwizard/importdlg.cpp +++ b/parts/appwizard/importdlg.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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 * diff --git a/parts/appwizard/importdlg.h b/parts/appwizard/importdlg.h index 36e11504..5b334668 100644 --- a/parts/appwizard/importdlg.h +++ b/parts/appwizard/importdlg.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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 * diff --git a/parts/appwizard/misc.cpp b/parts/appwizard/misc.cpp index 0a993345..ddedef60 100644 --- a/parts/appwizard/misc.cpp +++ b/parts/appwizard/misc.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann and Harald Fernengel * - * bernd@tdevelop.org, harry@tdevelop.org * + * bernd@kdevelop.org, harry@kdevelop.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 * diff --git a/parts/appwizard/misc.h b/parts/appwizard/misc.h index b67467d3..8d9402b3 100644 --- a/parts/appwizard/misc.h +++ b/parts/appwizard/misc.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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 * diff --git a/parts/appwizard/profilesupport.cpp b/parts/appwizard/profilesupport.cpp index 2c48d6f2..ac5da870 100644 --- a/parts/appwizard/profilesupport.cpp +++ b/parts/appwizard/profilesupport.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@tdevelop.org * + * adymo@kdevelop.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 * diff --git a/parts/appwizard/profilesupport.h b/parts/appwizard/profilesupport.h index f6fbdb95..b18a9620 100644 --- a/parts/appwizard/profilesupport.h +++ b/parts/appwizard/profilesupport.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@tdevelop.org * + * adymo@kdevelop.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 * |