diff -r 2f8f8080a020 -r ebdbd102c78a phoneuis/bubblemanager2/bubblecore/src/bubblewidgetmanager.h --- 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 mDocumentLoaders; QMap*> mDocumentHandlers; @@ -111,7 +105,6 @@ QMap mWidgetPrefix; QMap mWidgetName; QMap mOrientationName; - QMap mButtonStyle; }; #endif // BUBBLEWIDGETMANAGER_H