]> Git trees. - libqmvoc.git/commitdiff
config.h cleanup: kstars needs one for indi and kiten needs one for some c code which...
authorDavid Faure <faure@kde.org>
Wed, 7 Feb 2007 10:41:34 +0000 (10:41 +0000)
committerDavid Faure <faure@kde.org>
Wed, 7 Feb 2007 10:41:34 +0000 (10:41 +0000)
but the rest of kdeedu doesn't need one.

svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=631182

libscience/compoundviewer/kalziumglhelperclasses.h

index e6848a25e1b498a75dd59e555f6c0604f8923878..05f9242450965e35df384959eab1771653189990 100644 (file)
@@ -72,7 +72,7 @@ struct MolStyle
                ATOMS_USE_FIXED_RADIUS, /**< render all atoms with the same,
                        fixed radius (given by the m_atomRadiusFactor member,
                        which is then interpreted as the radius itself) */
-               ATOMS_USE_VAN_DER_WAALS_RADIUS, /**< render each atom with
+               ATOMS_USE_VAN_DER_WAALS_RADIUS /**< render each atom with
                        its own van der Waals radius, multiplied by
                        m_atomRadiusFactor */
        } m_atomStyle;