~ubuntu-branches/ubuntu/oneiric/soqt/oneiric

« back to all changes in this revision

Viewing changes to src/Inventor/Qt/viewers/SoQtExaminerViewerP.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2006-02-06 22:34:00 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060206223400-g69m5soqa4zh0gkc
Tags: 1.3.0-3
debian/control: update libsoqt-dev depends.  Closes: #351700.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
/**************************************************************************\
5
5
 *
6
6
 *  This file is part of the Coin 3D visualization library.
7
 
 *  Copyright (C) 1998-2004 by Systems in Motion.  All rights reserved.
 
7
 *  Copyright (C) 1998-2005 by Systems in Motion.  All rights reserved.
8
8
 *
9
9
 *  This library is free software; you can redistribute it and/or
10
10
 *  modify it under the terms of the GNU General Public License
19
19
 *
20
20
 *  See <URL:http://www.coin3d.org/> for more information.
21
21
 *
22
 
 *  Systems in Motion, Teknobyen, Abels Gate 5, 7030 Trondheim, NORWAY.
 
22
 *  Systems in Motion, Postboks 1283, Pirsenteret, 7462 Trondheim, NORWAY.
23
23
 *  <URL:http://www.sim.no/>.
24
24
 *
25
25
\**************************************************************************/
28
28
#error this is a private header file
29
29
#endif /* !SOQT_INTERNAL */
30
30
 
 
31
// *************************************************************************
 
32
 
31
33
#include <qobject.h>
 
34
 
32
35
#include <Inventor/SbBasic.h>
33
36
#include <Inventor/Qt/viewers/SoGuiExaminerViewerP.h>
34
37
 
35
38
class SoQtExaminerViewer;
 
39
class QPixmap;
36
40
 
37
41
// ************************************************************************
38
42