Remove KDE3 libs dependency from kde-edu
completed by: Valery Kharitonov
mentors: Victor Carbune
Working on the KStars Planetarium helps you gain knowledge in two different fields: astronomy and computer science.
KStars currently uses K3ListBox, which makes the whole kde-edu module dependent on KDE3/Qt 3 libraries support.The outcome of this task is to replace all the uses of K3ListBox in the KStars codebase with QListWidget, thus removing this dependency.
The files in which K3LIstBox is used are dialogs/locationdialog.ui and dialog/wizlocation.ui.
Requirements: build KStars from trunk