diff -r 489cf6208544 -r 95d45f234cf3 cmmanager/cpdestinationplugin/inc/cpdestinationentryitem.h --- a/cmmanager/cpdestinationplugin/inc/cpdestinationentryitem.h Thu May 27 13:17:01 2010 +0300 +++ b/cmmanager/cpdestinationplugin/inc/cpdestinationentryitem.h Wed Jun 23 18:39:24 2010 +0300 @@ -63,16 +63,18 @@ public slots: void updateDestinationView(); void showItemMenu(QPointF position); + void openDestination(); void renameDestination(); void confirmDestinationDelete(); void deleteDestination(); void activateArrangeMode(); void viewDone(); void viewCancel(); - void updateIndex(HbListWidgetItem *widgetItem); + void updateIndex(); void saveNewDestinationName(); protected: + bool eventFilter(QObject *obj, QEvent *event); protected slots: @@ -89,6 +91,7 @@ void lauchNewDestinationNameQuery(); void showRenameError(const QString &info); void showErrorNote(const QString &info); + QString resolveApIcon(QSharedPointer cm) const; private slots: @@ -112,9 +115,6 @@ HbInputDialog *mDialog; //! New Destination name query's OK action HbAction *mOkAction; - - //! Maximun length for destination name - static const int DestinationNameMaxLength = 30; }; #endif /* CPDESTINATIONENTRYITEM_H */