removed some QT_VERSION checks, we're requiring 4.6 now
svn path=/trunk/KDE/kdelibs/; revision=1066716
This commit is contained in:
parent
efad503bed
commit
4c1f9b51d3
@ -39,9 +39,7 @@ class View;
|
||||
class AppletHandle : public QGraphicsObject
|
||||
{
|
||||
Q_OBJECT
|
||||
#if QT_VERSION >= 0x040600
|
||||
Q_INTERFACES(QGraphicsItem)
|
||||
#endif
|
||||
public:
|
||||
enum FadeType {
|
||||
FadeIn,
|
||||
|
@ -40,9 +40,7 @@ class InternalToolBoxPrivate;
|
||||
class InternalToolBox : public AbstractToolBox
|
||||
{
|
||||
Q_OBJECT
|
||||
#if QT_VERSION >= 0x040600
|
||||
Q_INTERFACES(QGraphicsItem)
|
||||
#endif
|
||||
public:
|
||||
enum Corner {
|
||||
Top = 0,
|
||||
|
Loading…
Reference in New Issue
Block a user