From 94c9dc38220d50d037075127ad46add8a264ef26 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:23:32 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kioslave/svn/svnhelper/kio_svn_helper.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kioslave/svn/svnhelper/kio_svn_helper.cpp') diff --git a/kioslave/svn/svnhelper/kio_svn_helper.cpp b/kioslave/svn/svnhelper/kio_svn_helper.cpp index 8c6131bd..64258fd9 100644 --- a/kioslave/svn/svnhelper/kio_svn_helper.cpp +++ b/kioslave/svn/svnhelper/kio_svn_helper.cpp @@ -46,7 +46,7 @@ #include #include -SvnHelper::SvnHelper():KApplication() { +SvnHelper::SvnHelper():TDEApplication() { TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); KWinModule wm ( TQT_TQOBJECT(this) ); m_id = wm.activeWindow(); @@ -279,11 +279,11 @@ int main(int argc, char **argv) { TDECmdLineArgs::addCmdLineOptions( options ); KGlobal::locale()->setMainCatalogue("kio_svn"); - KApplication::addCmdLineOptions(); + TDEApplication::addCmdLineOptions(); if ( TDECmdLineArgs::parsedArgs()->count()==0 ) TDECmdLineArgs::usage(); - KApplication *app = new SvnHelper(); + TDEApplication *app = new SvnHelper(); // app->dcopClient()->attach(); app->exec(); -- cgit v1.2.1