~ubuntu-branches/ubuntu/vivid/kdepim/vivid

« back to all changes in this revision

Viewing changes to blogilo/src/composer/texteditor.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-02-06 11:49:08 UTC
  • mfrom: (0.2.38)
  • Revision ID: package-import@ubuntu.com-20130206114908-eb7adh9xp54jk7gi
Tags: 4:4.10.0a-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
    void somethingEdittedSlot();
137
137
    void updateStyle();
138
138
    void dropMimeDataSlot ( const QMimeData* );
139
 
    void anObjectIsModifiedSlot();
140
139
 
141
140
private:
142
141
//       mutable Document document;
143
142
    WebView *webView;
144
143
    QList<int> fontSizes;
145
144
    bool readOnly;
146
 
    bool objectsAreModified;
147
145
    KToolBar *barVisual;
148
146
 
149
147
    KAction *actBold;