This is the verbatim text of the qprinter.h include file. It is is provided only for illustration; the copyright remains with Troll Tech.


/**********************************************************************
** $Id: qprinter.h,v 1.1 1995/05/13 14:57:49 hanord Exp $
**
** Definition of printer classes
**
** Author  : Eirik Eng
** Created : 940927
**
** Copyright (c) 1994,1995 by Troll Tech AS.  All rights reserved.
**
***********************************************************************/

#ifndef QPRINTER_H
#define QPRINTER_H

#include "qpaintd.h"


//
// WARNING: No printer support in this version of Qt!
//

class QPrinter : public QPaintDevice
{
public:
    QPrinter();
};


#endif // QPRINTER_H


Generated at 04:27, 1995/05/20 by the webmaster at Troll Tech