summaryrefslogtreecommitdiff
path: root/library/applnk.h
Unidiff
Diffstat (limited to 'library/applnk.h') (more/less context) (show whitespace changes)
-rw-r--r--library/applnk.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/library/applnk.h b/library/applnk.h
index b4590d3..87971f7 100644
--- a/library/applnk.h
+++ b/library/applnk.h
@@ -77,27 +77,25 @@ public:
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
89#ifdef QTOPIA_INTERNAL_APPLNKASSIGN
90 AppLnk &operator=(const AppLnk &other); 89 AppLnk &operator=(const AppLnk &other);
91#endif
92 90
93protected: 91protected:
94 QString mName; 92 QString mName;
95 93
96 /* remove for Qtopia 3.0 -zecke */ 94 /* remove for Qtopia 3.0 -zecke */
97 QPixmap mPixmap; 95 QPixmap mPixmap;
98 96
99 /* remove for Qtopia 3.0 -zecke */ 97 /* remove for Qtopia 3.0 -zecke */
100 QPixmap mBigPixmap; 98 QPixmap mBigPixmap;
101 99
102 QString mExec; 100 QString mExec;
103 QString mType; 101 QString mType;