Q3ValueList--
svn path=/trunk/KDE/kdebase/workspace/; revision=489618
This commit is contained in:
parent
d128cbeb55
commit
8f20889b49
1 changed files with 1 additions and 2 deletions
|
@ -21,7 +21,6 @@
|
||||||
#include <QGridLayout>
|
#include <QGridLayout>
|
||||||
#include <QEvent>
|
#include <QEvent>
|
||||||
#include <QBoxLayout>
|
#include <QBoxLayout>
|
||||||
#include <Q3ValueList>
|
|
||||||
#include <QShowEvent>
|
#include <QShowEvent>
|
||||||
#include <QResizeEvent>
|
#include <QResizeEvent>
|
||||||
#include <QMouseEvent>
|
#include <QMouseEvent>
|
||||||
|
@ -326,7 +325,7 @@ bool B2ClientFactory::supports( Ability ability )
|
||||||
QList< B2ClientFactory::BorderSize > B2ClientFactory::borderSizes() const
|
QList< B2ClientFactory::BorderSize > B2ClientFactory::borderSizes() const
|
||||||
{
|
{
|
||||||
// the list must be sorted
|
// the list must be sorted
|
||||||
return Q3ValueList< BorderSize >() << BorderTiny << BorderNormal <<
|
return QList< BorderSize >() << BorderTiny << BorderNormal <<
|
||||||
BorderLarge << BorderVeryLarge << BorderHuge;
|
BorderLarge << BorderVeryLarge << BorderHuge;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue