diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 13:27:29 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 13:27:29 -0500 |
commit | 4930d3bb5c175c0955fad95a006277e8336df97f (patch) | |
tree | c5ad83f145cc56da648a396a7b4f6ecd313bf0db /tdeprint | |
parent | 6f153e6b0dc1f4c20059d6ee28259e7d43542c7e (diff) | |
download | tdebase-4930d3bb5c175c0955fad95a006277e8336df97f.tar.gz tdebase-4930d3bb5c175c0955fad95a006277e8336df97f.zip |
Branding cleanup: KDE print -> TDE Print.
Diffstat (limited to 'tdeprint')
-rw-r--r-- | tdeprint/slave/kio_print.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/slave/kio_print.cpp b/tdeprint/slave/kio_print.cpp index 12ecb8f60..89d784434 100644 --- a/tdeprint/slave/kio_print.cpp +++ b/tdeprint/slave/kio_print.cpp @@ -146,7 +146,7 @@ int kdemain(int argc, char **argv) /* create fake KApplicatiom object, needed for job stuffs */ KAboutData about( "kio_print", "kio_print", "fake_version", - "KDEPrint IO slave", KAboutData::License_GPL, "(c) 2003, Michael Goffioul" ); + "TDEPrint IO slave", KAboutData::License_GPL, "(c) 2003, Michael Goffioul" ); KCmdLineArgs::init( &about ); KApplication app; |