okular/optionDialogFontsWidget.h
Angus Leeming f4e54dbfb7 SVN_SILENT:
Fix two typos in comments:
s/Manuell/Manual/
s/environemt/environment/

svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=472135
2005-10-19 22:43:24 +00:00

26 lines
559 B
C++

// -*- C++ -*-
// optionDialogFontsWidget.h
//
// Part of KDVI - A DVI previewer for the KDE desktop environment
//
// (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