From 9c4ceda4980ae0854b60c3242f9fb235053e883b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 21:51:42 -0600 Subject: Rename KStartup for enhanced compatibility with KDE4 --- kget/main.cpp | 2 +- knewsticker/knewsticker.cpp | 2 +- krdc/krdc.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kget/main.cpp b/kget/main.cpp index ffefb2ce..27b8634b 100644 --- a/kget/main.cpp +++ b/kget/main.cpp @@ -148,7 +148,7 @@ public: } else - KStartupInfo::setNewStartupId( mainWidget(), kapp->startupId()); + TDEStartupInfo::setNewStartupId( mainWidget(), kapp->startupId()); if (args->isSet("showDropTarget")) kmain->activateDropTarget(); diff --git a/knewsticker/knewsticker.cpp b/knewsticker/knewsticker.cpp index 3e72fa1e..735b5106 100644 --- a/knewsticker/knewsticker.cpp +++ b/knewsticker/knewsticker.cpp @@ -84,7 +84,7 @@ KNewsTicker::KNewsTicker(const TQString &cfgFile, Type t, int actions, TQWidget reparseConfig(); - KStartupInfo::appStarted(); + TDEStartupInfo::appStarted(); } KNewsTicker::~KNewsTicker() diff --git a/krdc/krdc.cpp b/krdc/krdc.cpp index 64aa80f2..634921f6 100644 --- a/krdc/krdc.cpp +++ b/krdc/krdc.cpp @@ -111,7 +111,7 @@ KRDC::KRDC(WindowMode wm, const TQString &host, setMouseTracking(true); - KStartupInfo::appStarted(); + TDEStartupInfo::appStarted(); } bool KRDC::start() -- cgit v1.2.1