From 93943a849d1abc2003ceefe294dc419b9927f7d0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 21:49:59 -0600 Subject: Rename KStartup for enhanced compatibility with KDE4 --- kate/app/kateapp.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kate/app/kateapp.cpp') diff --git a/kate/app/kateapp.cpp b/kate/app/kateapp.cpp index d170f6c76..62d070e41 100644 --- a/kate/app/kateapp.cpp +++ b/kate/app/kateapp.cpp @@ -162,7 +162,7 @@ void KateApp::restoreKate () newMainWindow (); // Do not notify about start there: this makes kicker crazy and kate go to a wrong desktop. - // KStartupInfo::setNewStartupId( activeMainWindow(), startupId()); + // TDEStartupInfo::setNewStartupId( activeMainWindow(), startupId()); } bool KateApp::startupKate () @@ -178,7 +178,7 @@ bool KateApp::startupKate () if (!sessionManager()->chooseSession ()) { // we will exit kate now, notify the rest of the world we are done - KStartupInfo::appStarted (startupId()); + TDEStartupInfo::appStarted (startupId()); return false; } } @@ -188,7 +188,7 @@ bool KateApp::startupKate () newMainWindow (); // notify about start - KStartupInfo::setNewStartupId( activeMainWindow(), startupId()); + TDEStartupInfo::setNewStartupId( activeMainWindow(), startupId()); TQTextCodec *codec = m_args->isSet("encoding") ? TQTextCodec::codecForName(m_args->getOption("encoding")) : 0; -- cgit v1.2.1