summaryrefslogtreecommitdiff
path: root/library/applnk.h
Unidiff
Diffstat (limited to 'library/applnk.h') (more/less context) (ignore whitespace changes)
-rw-r--r--library/applnk.h2
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
@@ -64,25 +64,25 @@ public:
64 64
65 void execute() const; 65 void execute() const;
66 void execute(const QStringList& args) const; 66 void execute(const QStringList& args) const;
67 void removeFiles(); 67 void removeFiles();
68 void removeLinkFile(); 68 void removeLinkFile();
69 69
70 void setName( const QString& docname ); 70 void setName( const QString& docname );
71 void setExec( const QString& exec ); 71 void setExec( const QString& exec );
72 void setFile( const QString& filename ); 72 void setFile( const QString& filename );
73 void setLinkFile( const QString& filename ); 73 void setLinkFile( const QString& filename );
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 );
79 bool writeLink() const; 79 bool writeLink() const;
80 80
81 void setProperty(const QString& key, const QString& value); 81 void setProperty(const QString& key, const QString& value);
82 QString property(const QString& key) const; 82 QString property(const QString& key) const;
83 83
84#ifdef QTOPIA_INTERNAL_PRELOADACCESS 84#ifdef QTOPIA_INTERNAL_PRELOADACCESS
85 bool isPreloaded() const; 85 bool isPreloaded() const;
86 void setPreloaded(bool yesNo); 86 void setPreloaded(bool yesNo);
87#endif 87#endif
88 88