~ubuntu-branches/ubuntu/vivid/kdesdk/vivid

« back to all changes in this revision

Viewing changes to okteta/libs/kasten/controllers/shellwindow/viewlistmenu/viewlistmenucontroller.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-06-06 11:49:54 UTC
  • mfrom: (0.4.21)
  • Revision ID: package-import@ubuntu.com-20120606114954-rdls73fzlpzxglbx
Tags: 4:4.8.80-0ubuntu1
* New uptream beta release
* Update dont_export_private_classes.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
class KXMLGUIClient;
34
34
 
35
35
 
36
 
namespace Kasten1
 
36
namespace Kasten2
37
37
{
38
38
 
39
39
class ViewManager;
54
54
    void updateActions();
55
55
    void onActionTriggered( QAction *action );
56
56
 
57
 
  protected:
 
57
  private:
58
58
    ViewManager *mViewManager;
59
59
    AbstractGroupedViews* mGroupedViews;
60
60
    KXMLGUIClient* mGuiClient;