]> Git trees. - libqmvoc.git/commit
Fix in extdatetime.h: overloaded ExtDateTime::fromString() functions
authorJason Harris <kstars@30doradus.org>
Sun, 18 Dec 2005 00:34:01 +0000 (00:34 +0000)
committerJason Harris <kstars@30doradus.org>
Sun, 18 Dec 2005 00:34:01 +0000 (00:34 +0000)
commit4b04b7d73251da1dbf1a01edaeef06265d91ad1a
tree2d404518ba1b5dbdc2000eb811f5aabbecea784a
parent4e4fc189e82eaa6556269648592be088a48c02d3
Fix in extdatetime.h: overloaded ExtDateTime::fromString() functions
were ambiguous; fixed by removing a default parameter from one of them.

KPlotWidget must be derived from QFrame rather than QWidget, otherwise
it is not usable in Qt designer.  In designer, you place a custom widget
by using the widget's baseclass, and then "promoting" it.  However,
designer does not provide a QWidget!  So, it would seem that custom
widgets cannot be derived directly from QWidget.  This may be a bug in
designer.

CCMAIL: kde-edu@kde.org
CCMAIL: kstars-devel@kde.org

svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=489303
extdate/extdatetime.h
kdeeduplot/kplotwidget.cpp
kdeeduplot/kplotwidget.h