[Kstars-devel] KDE/kdeedu/kstars/kstars
Jason Harris
kstars at 30doradus.org
Tue Apr 25 17:40:44 CEST 2006
SVN commit 533797 by harris:
Fix cmpiler warnings caused by deprecated functions. Among the
functions that are updated in this fix:
QObject::name() --> objectName() [must call setObjectName() first]
QWidget::unsetPalette() --> setPalette( savedPalette )
QWidget::setPalette[Fore|Back]groundColor() --> QPalette::setColor()
QTextEdit::setText() --> setPlainText() -or- setHtml()
QTextEdit::text() --> toPlainText()
bitBlt() --> [no longer used]
QPushButton::setPixmap() --> setIcon()
QMenu::insertItem() --> addAction()
Note that I left the INDI parts of kspopupmenu.cpp alone for now.
CCMAIL: kstars-devel at kde.org
M +33 -33 devicemanager.cpp
M +45 -45 kspopupmenu.cpp
M +14 -14 skycomponents/constellationlinescomposite.cpp
M +2 -2 skycomponents/constellationnamescomponent.cpp
M +32 -32 skycomponents/customcatalogcomponent.cpp
M +14 -15 skycomponents/solarsystemcomposite.cpp
M +4 -4 skycomponents/solarsystemsinglecomponent.cpp
M +34 -34 tools/altvstime.cpp
M +4 -4 tools/astrocalc.cpp
M +26 -24 tools/jmoontool.cpp
M +57 -57 tools/observinglist.cpp
M +24 -24 tools/planetviewer.cpp
M +65 -65 tools/scriptargwidgets.cpp
M +16 -16 widgets/dmsbox.cpp
M +1 -0 widgets/dmsbox.h
M +9 -8 widgets/draglistbox.cpp
M +16 -24 widgets/thumbimage.cpp
M +1 -1 widgets/timespinbox.cpp
More information about the Kstars-devel
mailing list