summaryrefslogtreecommitdiffstats
path: root/tdeprint/kjobviewer/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/kjobviewer/main.cpp')
-rw-r--r--tdeprint/kjobviewer/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/kjobviewer/main.cpp b/tdeprint/kjobviewer/main.cpp
index a7e43fe81..0445c71a5 100644
--- a/tdeprint/kjobviewer/main.cpp
+++ b/tdeprint/kjobviewer/main.cpp
@@ -35,7 +35,7 @@ static TDECmdLineOptions options[] = {
extern "C" int KDE_EXPORT kdemain(int argc, char *argv[])
{
- TDEAboutData aboutData("kjobviewer",I18N_NOOP("KJobViewer"),"0.1",I18N_NOOP("A print job viewer"),TDEAboutData::License_GPL,"(c) 2001, Michael Goffioul", 0, "http://printing.kde.org");
+ TDEAboutData aboutData("kjobviewer",I18N_NOOP("KJobViewer"),"0.1",I18N_NOOP("A print job viewer"),TDEAboutData::License_GPL,"(c) 2001, Michael Goffioul", 0, 0);
aboutData.addAuthor("Michael Goffioul",0,"tdeprint@swing.be");
TDECmdLineArgs::init(argc,argv,&aboutData);
TDECmdLineArgs::addCmdLineOptions(options);