diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:28:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:28:57 -0600 |
commit | 7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04 (patch) | |
tree | b7c6396f4f7fe78dcd49424bff707e977541de18 /kdeprint/kdeprintfax/main.cpp | |
parent | 66c0fa70796c1989a9f3adb0c5c0ad799ade48ca (diff) | |
download | tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.tar.gz tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.zip |
Additional kde to tde renaming
Diffstat (limited to 'kdeprint/kdeprintfax/main.cpp')
-rw-r--r-- | kdeprint/kdeprintfax/main.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kdeprint/kdeprintfax/main.cpp b/kdeprint/kdeprintfax/main.cpp index c1a92fd12..4fe22a3b6 100644 --- a/kdeprint/kdeprintfax/main.cpp +++ b/kdeprint/kdeprintfax/main.cpp @@ -1,5 +1,5 @@ /* - * kdeprintfax - a interface to fax-packages + * tdeprintfax - a interface to fax-packages * Copyright (C) 2001 Michael Goffioul * * This program is free software; you can redistribute it and/or modify @@ -18,7 +18,7 @@ * */ -#include "kdeprintfax.h" +#include "tdeprintfax.h" #include <tqfile.h> #include <kcmdlineargs.h> @@ -30,7 +30,7 @@ TQString debugFlag; int oneShotFlag = false; static const char description[] = - I18N_NOOP("A small fax utility to be used with kdeprint."); + I18N_NOOP("A small fax utility to be used with tdeprint."); // INSERT A DESCRIPTION FOR YOUR APPLICATION HERE @@ -47,10 +47,10 @@ static KCmdLineOptions options[] = int main(int argc, char *argv[]) { - KAboutData aboutData( "kdeprintfax", I18N_NOOP("KdeprintFax"), + KAboutData aboutData( "tdeprintfax", I18N_NOOP("KdeprintFax"), "1.0", description, KAboutData::License_GPL, "(c), 2001 Michael Goffioul", 0, "http://printing.kde.org"); - aboutData.addAuthor("Michael Goffioul",0, "kdeprint@swing.be"); + aboutData.addAuthor("Michael Goffioul",0, "tdeprint@swing.be"); KCmdLineArgs::init( argc, argv, &aboutData ); KCmdLineArgs::addCmdLineOptions( options ); // Add our own options. KApplication::addCmdLineOptions(); |