-rw-r--r-- | library/applnk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/applnk.h b/library/applnk.h index b92ddba..b4590d3 100644 --- a/library/applnk.h +++ b/library/applnk.h | |||
@@ -74,5 +74,5 @@ public: | |||
74 | void setComment( const QString& comment ); | 74 | void setComment( const QString& comment ); |
75 | void setType( const QString& mimetype ); | 75 | void setType( const QString& mimetype ); |
76 | inline void setRotation ( const QString &rotation ) { mRotation = rot; } // inline for BC | 76 | inline void setRotation ( const QString &rot ) { mRotation = rot; } // inline for BC |
77 | void setIcon( const QString& iconname ); | 77 | void setIcon( const QString& iconname ); |
78 | void setCategories( const QArray<int> &v ); | 78 | void setCategories( const QArray<int> &v ); |