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.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeprint/slave/kio_print.cpp b/tdeprint/slave/kio_print.cpp
index 74142c994..946092d15 100644
--- a/tdeprint/slave/kio_print.cpp
+++ b/tdeprint/slave/kio_print.cpp
@@ -135,7 +135,7 @@ TQString buildGroupTable(DrGroup *grp, bool showHeader = true)
int kdemain(int argc, char **argv)
{
- KInstance instance("kio_print");
+ TDEInstance instance("kio_print");
PRINT_DEBUG << "starting ioslave" << endl;
if (argc != 4)
@@ -145,8 +145,8 @@ 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" );
+ TDEAboutData about( "kio_print", "kio_print", "fake_version",
+ "TDEPrint IO slave", TDEAboutData::License_GPL, "(c) 2003, Michael Goffioul" );
TDECmdLineArgs::init( &about );
TDEApplication app;