~ubuntu-branches/ubuntu/oneiric/kdepim/oneiric-updates

« back to all changes in this revision

Viewing changes to akregator/src/actionmanagerimpl.h

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-06-28 19:33:24 UTC
  • mfrom: (0.2.13) (0.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20110628193324-8yvjs8sdv9rdoo6c
Tags: 4:4.7.0-0ubuntu1
* New upstream release
  - update install files
  - add missing kdepim-doc package to control file
  - Fix Vcs lines
  - kontact breaks/replaces korganizer << 4:4.6.80
  - tighten the dependency of kdepim-dev on libkdepim4 to fix lintian error

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
    Q_OBJECT
53
53
 
54
54
    public:
 
55
 
55
56
        explicit ActionManagerImpl(Part* part, QObject* parent=0);
56
57
        virtual ~ActionManagerImpl();
57
58
 
59
60
        virtual QWidget* container(const char* name);
60
61
 
61
62
        void initMainWidget(MainWidget* mainWidget);
62
 
        void initTrayIcon(TrayIcon* trayIcon);
63
63
        void initArticleViewer(ArticleViewer* articleViewer);
64
64
        void initArticleListView(ArticleListView* articleList);
65
65
        void initSubscriptionListView(SubscriptionListView* subscriptionListView);
67
67
        void initFrameManager(FrameManager* frameManager);
68
68
 
69
69
        void setArticleActionsEnabled( bool enabled );
 
70
        void setTrayIcon(TrayIcon* trayIcon);
70
71
 
71
72
    public slots:
72
73