SVN commit 432954 by raphael: This compiles better, especially in KOffice 1.4 branch M +1 -1 kexilabel.h --- trunk/koffice/kexi/plugins/forms/kexilabel.h #432953:432954 @@ -35,7 +35,7 @@ class KexiLabel; class KexiLabelPrivate : public QLabel { - friend class ::KexiLabel; + friend class KexiLabel; public: KexiLabelPrivate( KexiLabel* ); virtual ~KexiLabelPrivate();