Rename KStartup for enhanced compatibility with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 4c89929629
commit 9c4ceda498

@ -148,7 +148,7 @@ public:
}
else
KStartupInfo::setNewStartupId( mainWidget(), kapp->startupId());
TDEStartupInfo::setNewStartupId( mainWidget(), kapp->startupId());
if (args->isSet("showDropTarget"))
kmain->activateDropTarget();

@ -84,7 +84,7 @@ KNewsTicker::KNewsTicker(const TQString &cfgFile, Type t, int actions, TQWidget
reparseConfig();
KStartupInfo::appStarted();
TDEStartupInfo::appStarted();
}
KNewsTicker::~KNewsTicker()

@ -111,7 +111,7 @@ KRDC::KRDC(WindowMode wm, const TQString &host,
setMouseTracking(true);
KStartupInfo::appStarted();
TDEStartupInfo::appStarted();
}
bool KRDC::start()

Loading…
Cancel
Save