summaryrefslogtreecommitdiffstats
path: root/kdeprint/kjobviewer/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-06 02:28:57 -0600
committerTimothy Pearson <[email protected]>2011-11-06 02:28:57 -0600
commit7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04 (patch)
treeb7c6396f4f7fe78dcd49424bff707e977541de18 /kdeprint/kjobviewer/main.cpp
parent66c0fa70796c1989a9f3adb0c5c0ad799ade48ca (diff)
downloadtdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.tar.gz
tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.zip
Additional kde to tde renaming
Diffstat (limited to 'kdeprint/kjobviewer/main.cpp')
-rw-r--r--kdeprint/kjobviewer/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeprint/kjobviewer/main.cpp b/kdeprint/kjobviewer/main.cpp
index 47176d743..e75a00e13 100644
--- a/kdeprint/kjobviewer/main.cpp
+++ b/kdeprint/kjobviewer/main.cpp
@@ -1,6 +1,6 @@
/*
* This file is part of the KDE libraries
- * Copyright (c) 2001 Michael Goffioul <[email protected]>
+ * Copyright (c) 2001 Michael Goffioul <[email protected]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -36,7 +36,7 @@ static KCmdLineOptions options[] = {
extern "C" int KDE_EXPORT kdemain(int argc, char *argv[])
{
KAboutData aboutData("kjobviewer",I18N_NOOP("KJobViewer"),"0.1",I18N_NOOP("A print job viewer"),KAboutData::License_GPL,"(c) 2001, Michael Goffioul", 0, "http://printing.kde.org");
- aboutData.addAuthor("Michael Goffioul",0,"[email protected]");
+ aboutData.addAuthor("Michael Goffioul",0,"[email protected]");
KCmdLineArgs::init(argc,argv,&aboutData);
KCmdLineArgs::addCmdLineOptions(options);
KJobViewerApp::addCmdLineOptions();