From 1d061b286a8b183b39be60fe531f2b1c2915f03a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:15:55 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- konqueror/client/kfmclient.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'konqueror/client/kfmclient.cc') diff --git a/konqueror/client/kfmclient.cc b/konqueror/client/kfmclient.cc index 30f5b9c6a..566bb543d 100644 --- a/konqueror/client/kfmclient.cc +++ b/konqueror/client/kfmclient.cc @@ -459,7 +459,7 @@ bool clientApp::doIt() if ( command == "openURL" || command == "newTab" ) { - KInstance inst(appName); + TDEInstance inst(appName); if( !TDEApplication::dcopClient()->attach()) { TDEApplication::startKdeinit(); @@ -484,7 +484,7 @@ bool clientApp::doIt() } else if ( command == "openProfile" ) { - KInstance inst(appName); + TDEInstance inst(appName); if( !TDEApplication::dcopClient()->attach()) { TDEApplication::startKdeinit(); -- cgit v1.2.1