~ubuntu-branches/ubuntu/precise/okular/precise-proposed

« back to all changes in this revision

Viewing changes to ui/pageview.h

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-12-23 22:53:33 UTC
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: package-import@ubuntu.com-20111223225333-kkxbdqe29pr2glh5
Tags: upstream-4.7.95
Import upstream version 4.7.95

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
class Document;
38
38
class DocumentViewport;
39
39
class Annotation;
40
 
class FormField;
41
40
}
42
41
 
43
42
class FormWidgetIface;
246
245
        void slotSpeakCurrentPage();
247
246
        void slotStopSpeaks();
248
247
        void slotAction( Okular::Action *action );
249
 
        void slotFormFieldChanged( Okular::FormField *formField );
250
248
        void externalKeyPressEvent( QKeyEvent *e );
251
249
};
252
250