/*  This file is part of the KDE Libraries
    Copyright (C) 1998 Thomas Tanghus (tanghus@earthling.net)

    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public
    License as published by the Free Software Foundation; either
    version 2 of the License, or (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    General Public License for more details.

    You should have received a copy of the GNU Library General Public License
    along with this library; see the file COPYING.LIB.  If not, write to
    the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.
*/  

#ifndef __KDE_H__
#define __KDE_H__

#include <qwidget.h>

class KDirectionButton;
class KTabBar;
class KWizard;
class KNoteBook;

#ifdef KDE_KNOTEBOOK
#define KDE_KWIZARD
#define KDE_KTABBAR
#include <knotebook.h>
#endif KDE_NOTEBOOK

#ifdef KDE_KWIZARD
#include <kwizard.h>
#endif KDE_KWIZARD

#ifdef KDE_KTABBAR
#include <ktabbar.h>
#endif KDE_KTABBAR

#endif __KDE_H__




Documentation generated by tanghus@tang1 on Sun Feb 15 18:01:30 CET 1998