summaryrefslogtreecommitdiffstats
path: root/kcontrol
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-12-12 23:08:26 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-12-12 23:08:26 +0000
commit4cdbdcc018f90a503313b97d7eb34654c6085cd1 (patch)
treef8e49a02080afca1afeca955169eff4b6dddb35f /kcontrol
parentd04616c11aa55ad8e8437582884ea0824358fe50 (diff)
downloadtdebase-4cdbdcc018f90a503313b97d7eb34654c6085cd1.tar.gz
tdebase-4cdbdcc018f90a503313b97d7eb34654c6085cd1.zip
Repaired obsolete author strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1061743 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcontrol')
-rw-r--r--kcontrol/background/main.cpp3
-rw-r--r--kcontrol/iccconfig/iccconfig.cpp2
-rw-r--r--kcontrol/kicker/main.cpp4
-rw-r--r--kcontrol/randr/main.cpp5
4 files changed, 9 insertions, 5 deletions
diff --git a/kcontrol/background/main.cpp b/kcontrol/background/main.cpp
index 433065c85..7bcd5649b 100644
--- a/kcontrol/background/main.cpp
+++ b/kcontrol/background/main.cpp
@@ -70,8 +70,9 @@ KBackground::KBackground(QWidget *parent, const char *name, const QStringList &/
KAboutData *about =
new KAboutData(I18N_NOOP("kcmbackground"), I18N_NOOP("KDE Background Control Module"),
0, 0, KAboutData::License_GPL,
- I18N_NOOP("(c) 1997-2002 Martin R. Jones"));
+ I18N_NOOP("(c) 2009,2010 Timothy Pearson"));
+ about->addAuthor("Timothy Pearson", 0, "kb9vqf@pearsoncomputing.net");
about->addAuthor("Waldo Bastian", 0, "bastian@kde.org");
about->addAuthor("George Staikos", 0, "staikos@kde.org");
about->addAuthor("Martin R. Jones", 0, "jones@kde.org");
diff --git a/kcontrol/iccconfig/iccconfig.cpp b/kcontrol/iccconfig/iccconfig.cpp
index 36eb20593..4174f3ce8 100644
--- a/kcontrol/iccconfig/iccconfig.cpp
+++ b/kcontrol/iccconfig/iccconfig.cpp
@@ -68,7 +68,7 @@ KICCConfig::KICCConfig(QWidget *parent, const char *name, const QStringList &)
KAboutData *about =
new KAboutData(I18N_NOOP("kcmiccconfig"), I18N_NOOP("KDE ICC Profile Control Module"),
0, 0, KAboutData::License_GPL,
- I18N_NOOP("(c) 2009 Timothy Pearson"));
+ I18N_NOOP("(c) 2009,2010 Timothy Pearson"));
about->addAuthor("Timothy Pearson", 0, "kb9vqf@pearsoncomputing.net");
setAboutData( about );
diff --git a/kcontrol/kicker/main.cpp b/kcontrol/kicker/main.cpp
index 021cfbdd9..26ec93b39 100644
--- a/kcontrol/kicker/main.cpp
+++ b/kcontrol/kicker/main.cpp
@@ -358,9 +358,11 @@ KAboutData *KickerConfig::aboutData()
= new KAboutData(I18N_NOOP("kcmkicker"),
I18N_NOOP("KDE Panel Control Module"),
0, 0, KAboutData::License_GPL,
- I18N_NOOP("(c) 1999 - 2001 Matthias Elter\n"
+ I18N_NOOP("(c) 2009 - 2010 Timothy Pearson\n"
+ "(c) 1999 - 2001 Matthias Elter\n"
"(c) 2002 - 2003 Aaron J. Seigo"));
+ about->addAuthor("Timothy Pearson", 0, "kb9vqf@pearsoncomputing.net");
about->addAuthor("Aaron J. Seigo", 0, "aseigo@kde.org");
about->addAuthor("Matthias Elter", 0, "elter@kde.org");
diff --git a/kcontrol/randr/main.cpp b/kcontrol/randr/main.cpp
index f2de7f146..f2544c1c3 100644
--- a/kcontrol/randr/main.cpp
+++ b/kcontrol/randr/main.cpp
@@ -35,8 +35,9 @@ static const KCmdLineOptions options[] =
int main(int argc, char **argv)
{
- KAboutData aboutData("randr", I18N_NOOP("Resize and Rotate"), krandrtrayVersion, I18N_NOOP("Resize and Rotate System Tray App"), KAboutData::License_GPL, "(c) 2002,2003 Hamish Rodda", 0L, "");
- aboutData.addAuthor("Hamish Rodda",I18N_NOOP("Maintainer"), "rodda@kde.org");
+ KAboutData aboutData("randr", I18N_NOOP("Resize and Rotate"), krandrtrayVersion, I18N_NOOP("Resize and Rotate System Tray App"), KAboutData::License_GPL, "(c) 2009,2010 Timothy Pearson", 0L, "");
+ aboutData.addAuthor("Timothy Pearson",I18N_NOOP("Developer and maintainer"), "kb9vqf@pearsoncomputing.net");
+ aboutData.addAuthor("Hamish Rodda",I18N_NOOP("Original developer and maintainer"), "rodda@kde.org");
aboutData.addCredit("Lubos Lunak",I18N_NOOP("Many fixes"), "l.lunak@suse.cz");
aboutData.setProductName("krandr/krandrtray");
KGlobal::locale()->setMainCatalogue("krandr");