-rw-r--r-- | library/applnk.h | 2 |
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 | |||
@@ -81,19 +81,17 @@ public: | |||
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 | ||
93 | protected: | 91 | protected: |
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 */ |