phoneuis/bubblemanager2/bubblecore/src/bubblewidgetmanager.h
changeset 30 ebdbd102c78a
parent 27 2f8f8080a020
child 51 f39ed5e045e0
--- a/phoneuis/bubblemanager2/bubblecore/src/bubblewidgetmanager.h	Mon May 03 12:31:11 2010 +0300
+++ b/phoneuis/bubblemanager2/bubblecore/src/bubblewidgetmanager.h	Fri May 14 15:51:57 2010 +0300
@@ -24,7 +24,6 @@
 class QGraphicsWidget;
 class BubbleDocumentLoader;
 class BubbleHandler;
-class BubbleButtonStyle;
 class BubbleImageManager;
 
 class BubbleWidgetManager : public QObject
@@ -66,7 +65,6 @@
 public:
     BubbleWidgetManager(
         BubbleImageManager& imageManager,
-        int style,
         QObject* parent=0);
     virtual ~BubbleWidgetManager();
 
@@ -85,8 +83,6 @@
 
     QGraphicsWidget* createParticipantListItem();
 
-    void setStylePluginName(const QString& name);
-
 public slots:
     void handleOrientationChange(Qt::Orientation orientation);
 
@@ -99,8 +95,6 @@
 
 private:
     BubbleImageManager& mImageManager;
-    int mStyleBaseId;
-    QString mStylePluginName;
     Qt::Orientation mOrientation;
     QMap<int,BubbleDocumentLoader*>  mDocumentLoaders;
     QMap<int,QList<BubbleHandler*>*> mDocumentHandlers;
@@ -111,7 +105,6 @@
     QMap<int,QString> mWidgetPrefix;
     QMap<int,QString> mWidgetName;
     QMap<int,QString> mOrientationName;
-    QMap<int,BubbleButtonStyle*> mButtonStyle;
 };
 
 #endif // BUBBLEWIDGETMANAGER_H