diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-03-23 00:14:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-03-23 00:14:58 +0900 |
commit | f40339d46cf418cee9d9adf0826de293b8d07f62 (patch) | |
tree | c8dca3d5371d425abd076a987d1389160e0608b4 /tdeprint | |
parent | 907d8b7d7b6ef21125b5c8f17f96273c3cf4782a (diff) | |
download | tdebase-f40339d46cf418cee9d9adf0826de293b8d07f62.tar.gz tdebase-f40339d46cf418cee9d9adf0826de293b8d07f62.zip |
Remove references to printing.kde.org. This relates to bug 1846.
Diffstat (limited to 'tdeprint')
-rw-r--r-- | tdeprint/kjobviewer/main.cpp | 2 | ||||
-rw-r--r-- | tdeprint/tdeprintfax/main.cpp | 2 |
2 files changed, 2 insertions, 2 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); diff --git a/tdeprint/tdeprintfax/main.cpp b/tdeprint/tdeprintfax/main.cpp index 93a5f15c3..7968f6870 100644 --- a/tdeprint/tdeprintfax/main.cpp +++ b/tdeprint/tdeprintfax/main.cpp @@ -49,7 +49,7 @@ int main(int argc, char *argv[]) TDEAboutData aboutData( "tdeprintfax", I18N_NOOP("TDEPrintFax"), "1.0", description, TDEAboutData::License_GPL, - "(c), 2001 Michael Goffioul", 0, "http://printing.kde.org"); + "(c), 2001 Michael Goffioul", 0, 0); aboutData.addAuthor("Michael Goffioul",0, "tdeprint@swing.be"); TDECmdLineArgs::init( argc, argv, &aboutData ); TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. |