radioapp/radiowidgets/inc/radiohistoryview.h
changeset 28 075425b8d9a4
parent 24 6df133bd92e1
child 37 451b2e1545b2
child 51 bbebb0235466
--- a/radioapp/radiowidgets/inc/radiohistoryview.h	Fri Jun 04 10:21:36 2010 +0100
+++ b/radioapp/radiowidgets/inc/radiohistoryview.h	Fri Jun 11 13:38:32 2010 +0300
@@ -24,7 +24,6 @@
 
 // User includes
 #include "radioviewbase.h"
-#include "radiowidgetsexport.h"
 
 // Forward declarations
 class RadioXmlUiLoader;
@@ -35,7 +34,7 @@
 class RadioHistoryItem;
 
 // Class declaration
-class WIDGETS_DLL_EXPORT RadioHistoryView : public RadioViewBase
+class RadioHistoryView : public RadioViewBase
 {
     Q_OBJECT
     Q_PROPERTY(HbIcon nonTaggedIcon READ nonTaggedIcon WRITE setNonTaggedIcon)
@@ -54,10 +53,11 @@
 
 private slots:
 
-    void deckButtonPressed();
+    void updateViewMode();
     void clearList();
     void updateVisibilities();
     void showContextMenu( const QModelIndex& index );
+    void handleLongPress( HbAbstractViewItem* item );
     void toggleTagging();
     void openOviStore();
     void openOtherStore();