okular/optionDialogFontsWidget.h
Wilfried Huss 934522d43a Include cleanups
Patch by Angus Leeming

svn path=/trunk/KDE/kdegraphics/kdvi/; revision=462681
2005-09-21 18:10:56 +00:00

26 lines
564 B
C++

// -*- C++ -*-
// optionDialogFontsWidget.h
//
// Part of KDVI - A DVI previewer for the KDE desktop environemt
//
// (C) 2003 Stefan Kebekus
// Distributed under the GPL
#ifndef OPTIONDIALOGFONTSWIDGET_H
#define OPTIONDIALOGFONTSWIDGET_H
#include <kdialog.h>
#include "optionDialogFontsWidget_base.h"
class optionDialogFontsWidget : public optionDialogFontsWidget_base
{
Q_OBJECT
public:
optionDialogFontsWidget( QWidget* parent = 0, const char* name = 0, Qt::WFlags fl = 0 );
~optionDialogFontsWidget();
};
#endif // OPTIONDIALOGFONTSWIDGET_H