1 /***************************************************************************
2 * Copyright (C) 2006 by Chu Xiaodong <xiaodongchu@gmail.com> *
3 * Copyright (C) 2006 by Pino Toscano <pino@kde.org> *
5 * This program is free software; you can redistribute it and/or modify *
6 * it under the terms of the GNU General Public License as published by *
7 * the Free Software Foundation; either version 2 of the License, or *
8 * (at your option) any later version. *
9 ***************************************************************************/
11 #ifndef _ANNOTWINDOW_H_
12 #define _ANNOTWINDOW_H_
24 class AnnotWindow
: public QFrame
28 AnnotWindow( QWidget
* parent
, Okular::Annotation
* annot
);
33 MovableTitle
* m_title
;
37 Okular::Annotation
* m_annot
;
41 void slotsaveWindowText();