From 267706e1270bedd77c0e36d8925ecba303d8725d Mon Sep 17 00:00:00 2001 From: Timothy Pearson <kb9vqf@pearsoncomputing.net> Date: Tue, 22 Jan 2013 19:51:35 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kioslaves/videodvd/videodvd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kioslaves') diff --git a/kioslaves/videodvd/videodvd.cpp b/kioslaves/videodvd/videodvd.cpp index 48eac77..ebf937f 100644 --- a/kioslaves/videodvd/videodvd.cpp +++ b/kioslaves/videodvd/videodvd.cpp @@ -42,7 +42,7 @@ extern "C" { LIBK3B_EXPORT int kdemain( int argc, char **argv ) { - KInstance instance( "kio_videodvd" ); + TDEInstance instance( "kio_videodvd" ); kdDebug(7101) << "*** Starting kio_videodvd " << endl; -- cgit v1.2.1