From 4930d3bb5c175c0955fad95a006277e8336df97f Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 10 May 2012 13:27:29 -0500 Subject: [PATCH] Branding cleanup: KDE print -> TDE Print. --- tdeprint/slave/kio_print.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;