[Kstars-devel] KDE/kdeedu/kstars/kstars
Thorsten Roeder
thorsten.roeder at weihenstephan.org
Sun Apr 16 20:23:08 CEST 2006
SVN commit 530449 by troeder:
- another pass at fixing compiler warnings due to deprecated functions in Qt-4.1.2.
- header fix in .ui
addressed functions:
QComboBox::currentItem() --> QComboBox::currentIndex()
QComboBox::text() --> QComboBox::itemText()
QString::lower() --> QString::toLower()
QString::upper() --> QString::toUpper()
QString::find() --> QString::indexOf()
QString::findRev() --> QString::lastIndexOf()
QTimer::start(ms,sShot) --> {QTimer::setSingleShot() ; QTimer::start()}
QList::remove() --> QList::removeAll()
iterator QList::remove() --> iterator QList::erase()
QSlider::QSlider()
KComboBox::setCurrentItem() --> KComboBox::setCurrentIndex()
QAbstractButton::isOn() --> QAbstractButton::isChecked()
QFile::name() --> QFile::fileName()
QFile::setName() --> QFile::setFileName()
CCMAIL: kstars-devel at kde.org
M +1 -1 addcatdialog.cpp
M +1 -1 colorscheme.cpp
M +4 -4 deepskyobject.cpp
M +1 -1 finddialog.cpp
M +4 -4 fitshistogram.cpp
M +2 -2 fitsviewer.cpp
M +1 -1 fov.cpp
M +6 -6 fovdialog.cpp
M +9 -9 imagesequence.cpp
M +6 -6 imageviewer.cpp
M +1 -1 indidevice.cpp
M +2 -2 indidriver.cpp
M +4 -1 indielement.cpp
M +1 -1 indifitsconf.cpp
M +3 -3 indiproperty.cpp
M +2 -2 ksmoon.cpp
M +1 -1 ksplanetbase.cpp
M +3 -3 kstarsactions.cpp
M +11 -11 kstarsdata.cpp
M +1 -1 kstarsdcop.cpp
M +3 -3 kstarsinit.cpp
M +1 -1 kstarssplash.cpp
M +1 -1 ksutils.cpp
M +4 -4 kswizard.cpp
M +5 -5 locationdialog.cpp
M +1 -1 main.cpp
M +2 -2 opscatalog.cpp
M +7 -7 opscolors.cpp
M +10 -10 skycomponents/customcatalogcomponent.cpp
M +4 -4 skycomponents/skymapcomposite.cpp
M +2 -2 skycomponents/starcomponent.cpp
M +5 -3 skymap.cpp
M +1 -1 skymapevents.cpp
M +1 -1 skyobject.cpp
M +2 -2 telescopeprop.cpp
M +1 -1 telescopewizardprocess.cpp
M +6 -6 thumbnailpicker.cpp
M +7 -7 tools/lcgenerator.cpp
M +1 -1 tools/modcalcangdist.cpp
M +1 -1 tools/modcalcapcoord.cpp
M +1 -1 tools/modcalcazel.cpp
M +1 -1 tools/modcalceclipticcoords.cpp
M +1 -1 tools/modcalcequinox.cpp
M +1 -1 tools/modcalcgalcoord.cpp
M +1 -1 tools/modcalcgeodcoord.cpp
M +1 -1 tools/modcalcplanets.cpp
M +1 -1 tools/modcalcprec.cpp
M +1 -1 tools/modcalcsidtime.cpp
M +1 -1 tools/modcalcvlsr.cpp
M +1 -1 tools/observinglist.cpp
M +1 -1 tools/obslistwizard.ui
M +4 -4 widgets/kstarsplotwidget.cpp
More information about the Kstars-devel
mailing list