--- a/cmmanager/cpdestinationplugin/inc/cpdestinationentryitem.h Mon May 17 09:55:27 2010 +0300
+++ b/cmmanager/cpdestinationplugin/inc/cpdestinationentryitem.h Mon May 24 20:51:35 2010 +0300
@@ -63,6 +63,7 @@
public slots:
void updateDestinationView();
void showItemMenu(QPointF position);
+ void openDestination();
void renameDestination();
void confirmDestinationDelete();
void deleteDestination();
@@ -112,9 +113,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 */