1 /***************************************************************************
2 * Copyright (C) 2006 by Albert Astals Cid <aacid@kde.org> *
4 * This program is free software; you can redistribute it and/or modify *
5 * it under the terms of the GNU General Public License as published by *
6 * the Free Software Foundation; either version 2 of the License, or *
7 * (at your option) any later version. *
8 ***************************************************************************/
10 #ifndef _EMBEDDEDFILESDIALOG_H_
11 #define _EMBEDDEDFILESDIALOG_H_
22 class EmbeddedFilesDialog
: public KDialog
26 EmbeddedFilesDialog(QWidget
*parent
, const Okular::Document
*document
);
30 void attachViewContextMenu( const QPoint
& pos
);
33 void saveFile( Okular::EmbeddedFile
* );