|
a/src/qtgui/preview_w.h |
|
b/src/qtgui/preview_w.h |
|
... |
|
... |
14 |
* Free Software Foundation, Inc.,
|
14 |
* Free Software Foundation, Inc.,
|
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
16 |
*/
|
16 |
*/
|
17 |
#ifndef _PREVIEW_W_H_INCLUDED_
|
17 |
#ifndef _PREVIEW_W_H_INCLUDED_
|
18 |
#define _PREVIEW_W_H_INCLUDED_
|
18 |
#define _PREVIEW_W_H_INCLUDED_
|
|
|
19 |
#include "autoconfig.h"
|
19 |
|
20 |
|
20 |
// Always use a qtextbrowser for now, there is no compelling reason to
|
21 |
// Always use a qtextbrowser for now, there is no compelling reason to
|
21 |
// switch to webkit here
|
22 |
// switch to webkit here
|
22 |
#if 1 || defined(RESLIST_TEXTBROWSER)
|
23 |
#if 1 || defined(RESLIST_TEXTBROWSER)
|
23 |
#define PREVIEW_TEXTBROWSER
|
24 |
#define PREVIEW_TEXTBROWSER
|
24 |
#endif
|
25 |
#endif
|
25 |
|
26 |
|
26 |
#include <stdio.h>
|
27 |
#include <stdio.h>
|
|
|
28 |
|
|
|
29 |
#include MEMORY_INCLUDE
|
27 |
|
30 |
|
28 |
#include <QComboBox>
|
31 |
#include <QComboBox>
|
29 |
#include <qvariant.h>
|
32 |
#include <qvariant.h>
|
30 |
#include <qwidget.h>
|
33 |
#include <qwidget.h>
|
31 |
|
34 |
|
|
... |
|
... |
37 |
#define PREVIEW_PARENTCLASS QWebView
|
40 |
#define PREVIEW_PARENTCLASS QWebView
|
38 |
#endif
|
41 |
#endif
|
39 |
#include <qimage.h>
|
42 |
#include <qimage.h>
|
40 |
|
43 |
|
41 |
#include "rcldb.h"
|
44 |
#include "rcldb.h"
|
42 |
#include "refcntr.h"
|
|
|
43 |
#include "plaintorich.h"
|
45 |
#include "plaintorich.h"
|
44 |
#include "rclmain_w.h"
|
46 |
#include "rclmain_w.h"
|
45 |
|
47 |
|
46 |
class QTabWidget;
|
48 |
class QTabWidget;
|
47 |
class QLabel;
|
49 |
class QLabel;
|