KWeather: Place Service section before Stations

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
pull/18/head
Mavridis Philippe 2 years ago
parent 46095a9766
commit 621ec8bf1d
No known key found for this signature in database
GPG Key ID: F8D2D7E2F989A494

@ -162,8 +162,8 @@ void kweather::preferences()
connect( settingsDialog, TQT_SIGNAL( configCommitted() ), TQT_SLOT( slotPrefsAccepted() ) );
settingsDialog->addModule( "kcmweatherapplet.desktop" );
settingsDialog->addModule( "kcmweatherstations.desktop" );
settingsDialog->addModule( "kcmweatherservice.desktop" );
settingsDialog->addModule( "kcmweatherstations.desktop" );
}
settingsDialog->show();

Loading…
Cancel
Save