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
@@ -83,15 +83,13 @@ public:
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;