removed some QT_VERSION checks, we're requiring 4.6 now

svn path=/trunk/KDE/kdelibs/; revision=1066716
This commit is contained in:
André Wöbbeking 2009-12-27 20:00:30 +00:00
parent efad503bed
commit 4c1f9b51d3
2 changed files with 0 additions and 4 deletions

View File

@ -39,9 +39,7 @@ class View;
class AppletHandle : public QGraphicsObject
{
Q_OBJECT
#if QT_VERSION >= 0x040600
Q_INTERFACES(QGraphicsItem)
#endif
public:
enum FadeType {
FadeIn,

View File

@ -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,