kdeui: remove build-time warning about non-existing signal

I redid the tray - it is independant of X11, does not require D-Bus
glue-code (the status notifier and menu import/export) and is now entirely
plasma applets based

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-11-05 00:33:07 +02:00
parent a72d1f48ce
commit 73b09f4bc7

View file

@ -177,8 +177,6 @@ class KStartupInfo::Private
if( !( flags & DisableKWinModule )) {
QObject::connect( KWindowSystem::self(), SIGNAL(windowAdded(WId)), q, SLOT(slot_window_added(WId)));
#warning "systemTrayWindowAdded signal was remove from KWindowSystem class"
//QObject::connect( KWindowSystem::self(), SIGNAL(systemTrayWindowAdded(WId)), q, SLOT(slot_window_added(WId)));
}
QObject::connect( &msgs, SIGNAL(gotMessage(QString)), q, SLOT(got_message(QString)));
cleanup = new QTimer( q );