okular/optionDialogFontsWidget.h
Wilfried Huss 235c9d7dc4 SVN_SILENT cleanups
Patch by Angus Leeming

svn path=/trunk/KDE/kdegraphics/kdvi/; revision=453640
2005-08-26 18:18:29 +00:00

26 lines
573 B
C++

// -*- C++ -*-
// optionDiologWidget.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
// Add header files alphabetically
#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