From 64a52553d861d46b6064e07a0475c741f9f50046 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:57:21 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- iso/iso.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iso') diff --git a/iso/iso.cpp b/iso/iso.cpp index 3a66edc..543abab 100644 --- a/iso/iso.cpp +++ b/iso/iso.cpp @@ -60,7 +60,7 @@ extern "C" { int kdemain(int argc, char **argv); } int kdemain( int argc, char **argv ) { - KInstance instance( "kio_iso" ); + TDEInstance instance( "kio_iso" ); kdDebug() << "Starting " << getpid() << endl; -- cgit v1.2.1