radioapp/radiowidgets/inc/radiohistoryview.h
branchGCC_SURGE
changeset 37 451b2e1545b2
parent 19 afea38384506
parent 28 075425b8d9a4
--- a/radioapp/radiowidgets/inc/radiohistoryview.h	Fri Jun 11 16:24:13 2010 +0100
+++ b/radioapp/radiowidgets/inc/radiohistoryview.h	Thu Jul 22 16:33:45 2010 +0100
@@ -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();