|
a/src/qtgui/viewaction_w.h |
|
b/src/qtgui/viewaction_w.h |
1 |
#ifndef _VIEWACTION_W_H_INCLUDED_
|
1 |
#ifndef _VIEWACTION_W_H_INCLUDED_
|
2 |
#define _VIEWACTION_W_H_INCLUDED_
|
2 |
#define _VIEWACTION_W_H_INCLUDED_
|
3 |
/* @(#$Id: viewaction_w.h,v 1.1 2006-12-14 13:53:43 dockes Exp $ (C) 2006 J.F.Dockes */
|
3 |
/* @(#$Id: viewaction_w.h,v 1.2 2006-12-18 12:05:29 dockes Exp $ (C) 2006 J.F.Dockes */
|
4 |
/*
|
4 |
/*
|
5 |
* This program is free software; you can redistribute it and/or modify
|
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
|
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
|
7 |
* the Free Software Foundation; either version 2 of the License, or
|
8 |
* (at your option) any later version.
|
8 |
* (at your option) any later version.
|
|
... |
|
... |
26 |
#else
|
26 |
#else
|
27 |
#include "ui_viewaction.h"
|
27 |
#include "ui_viewaction.h"
|
28 |
#endif
|
28 |
#endif
|
29 |
|
29 |
|
30 |
class QDialog;
|
30 |
class QDialog;
|
|
|
31 |
class QMouseEvent;
|
31 |
|
32 |
|
32 |
//MOC_SKIP_BEGIN
|
33 |
//MOC_SKIP_BEGIN
|
33 |
#if QT_VERSION < 0x040000
|
34 |
#if QT_VERSION < 0x040000
|
34 |
class DummyViewActionBase : public ViewActionBase
|
35 |
class DummyViewActionBase : public ViewActionBase
|
35 |
{
|
36 |
{
|