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

« back to all changes in this revision

Viewing changes to okteta/kasten/controllers/view/filter/filtertool.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:
38
38
}
39
39
class QString;
40
40
 
41
 
namespace Kasten1
 
41
namespace Kasten2
42
42
{
43
43
 
44
44
class ByteArrayView;
71
71
    void hasWriteableChanged( bool hasWriteable );
72
72
    void charCodecChanged( const QString &charCodecName );
73
73
 
74
 
  protected Q_SLOTS:
 
74
  private Q_SLOTS:
75
75
    void onApplyableChanged();
76
76
 
77
 
  protected:
 
77
  private:
78
78
    ByteArrayView* mByteArrayView;
79
79
    Okteta::AbstractByteArrayModel *mByteArrayModel;
80
80
    bool mHasWritable;