From e4e0479220e9e9616b68b2a11e42cff7a8af7b3d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:17:06 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- tdeprint/slave/kio_print.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeprint/slave') diff --git a/tdeprint/slave/kio_print.cpp b/tdeprint/slave/kio_print.cpp index d337b11a6..74142c994 100644 --- a/tdeprint/slave/kio_print.cpp +++ b/tdeprint/slave/kio_print.cpp @@ -148,7 +148,7 @@ int kdemain(int argc, char **argv) KAboutData about( "kio_print", "kio_print", "fake_version", "TDEPrint IO slave", KAboutData::License_GPL, "(c) 2003, Michael Goffioul" ); TDECmdLineArgs::init( &about ); - KApplication app; + TDEApplication app; KIO_Print slave(argv[2], argv[3]); slave.dispatchLoop(); -- cgit v1.2.1