summaryrefslogtreecommitdiff
path: root/core/launcher/launcherview.h
Unidiff
Diffstat (limited to 'core/launcher/launcherview.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/launcherview.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/launcher/launcherview.h b/core/launcher/launcherview.h
index 94c367c..6d94539 100644
--- a/core/launcher/launcherview.h
+++ b/core/launcher/launcherview.h
@@ -219,28 +219,27 @@ protected:
219 219
220protected slots: 220protected slots:
221 void setEyePixmap(const QPixmap&,const QString&,int width); 221 void setEyePixmap(const QPixmap&,const QString&,int width);
222 void stopEyeTimer(); 222 void stopEyeTimer();
223 223
224private: 224private:
225 QList<AppLnk> hidden; 225 QList<AppLnk> hidden;
226 QDict<void> mimes; 226 QDict<void> mimes;
227 QDict<void> cats; 227 QDict<void> cats;
228 SortMethod sortmeth; 228 SortMethod sortmeth;
229 QRegExp tf; 229 QRegExp tf;
230 int cf; 230 int cf;
231 LauncherItem* bsy; 231 LauncherItem* bsy;
232 int busyTimer; 232 int busyTimer;
233 bool ike; 233 bool ike;
234 bool bigIcns; 234 bool bigIcns;
235 QPixmap bgPixmap; 235 QPixmap bgPixmap;
236 QColor bgColor; 236 QColor bgColor;
237 LauncherThumbReceiver*m_EyeCallBack; 237 LauncherThumbReceiver*m_EyeCallBack;
238#ifdef USE_ANIMATED_BUSY_ICON_OVERLAY 238#ifdef USE_ANIMATED_BUSY_ICON_OVERLAY
239 QPixmap busyPix; 239 QPixmap busyPix;
240#endif 240#endif
241 BusyIndicatorType busyType; 241 BusyIndicatorType busyType;
242 QTimer m_eyeTimer; 242 QTimer m_eyeTimer;
243 QMap<QString,LauncherItem*> m_itemCache;
244}; 243};
245 244
246#endif // LAUNCHERVIEW_H 245#endif // LAUNCHERVIEW_H