diff options
Diffstat (limited to 'kdeprint/kjobviewer/main.cpp')
-rw-r--r-- | kdeprint/kjobviewer/main.cpp | 4 |
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(); |