diff -r 11d3954df52a -r 627c4a0fd0e7 src/hbcore/image/hbframebackground.h --- a/src/hbcore/image/hbframebackground.h Thu May 27 13:10:59 2010 +0300 +++ b/src/hbcore/image/hbframebackground.h Fri Jun 11 13:58:22 2010 +0300 @@ -44,11 +44,11 @@ HbFrameBackground(const QString &frameGraphicsName, HbFrameDrawer::FrameType type); ~HbFrameBackground(); - HbFrameBackground( const HbFrameBackground &other ); - HbFrameBackground &operator=( const HbFrameBackground &other ); + HbFrameBackground(const HbFrameBackground &other); + HbFrameBackground &operator=(const HbFrameBackground &other); - bool operator==( const HbFrameBackground &other ) const; - bool operator!=( const HbFrameBackground &other ) const; + bool operator==(const HbFrameBackground &other) const; + bool operator!=(const HbFrameBackground &other) const; bool isNull() const; @@ -65,6 +65,6 @@ QExplicitlySharedDataPointer d; }; -Q_DECLARE_METATYPE( HbFrameBackground ) +Q_DECLARE_METATYPE(HbFrameBackground) #endif // HBFRAMEBACKGROUND_H