summaryrefslogtreecommitdiffstats
path: root/tdeprint/slave/kio_print.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/slave/kio_print.cpp')
-rw-r--r--tdeprint/slave/kio_print.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/slave/kio_print.cpp b/tdeprint/slave/kio_print.cpp
index 89d784434..d337b11a6 100644
--- a/tdeprint/slave/kio_print.cpp
+++ b/tdeprint/slave/kio_print.cpp
@@ -147,7 +147,7 @@ int kdemain(int argc, char **argv)
/* create fake KApplicatiom object, needed for job stuffs */
KAboutData about( "kio_print", "kio_print", "fake_version",
"TDEPrint IO slave", KAboutData::License_GPL, "(c) 2003, Michael Goffioul" );
- KCmdLineArgs::init( &about );
+ TDECmdLineArgs::init( &about );
KApplication app;
KIO_Print slave(argv[2], argv[3]);