diff options
Diffstat (limited to 'khexedit/optiondialog.h')
-rw-r--r-- | khexedit/optiondialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/khexedit/optiondialog.h b/khexedit/optiondialog.h index b9c649e..31debab 100644 --- a/khexedit/optiondialog.h +++ b/khexedit/optiondialog.h @@ -31,7 +31,7 @@ class TQPushbutton; class TQRadioButton; class TQSpinBox; class TQComboBox; -class KFontChooser; +class TDEFontChooser; #include <kdialogbase.h> @@ -40,7 +40,7 @@ class KFontChooser; -class CColorListBox : public KListBox +class CColorListBox : public TDEListBox { Q_OBJECT @@ -198,7 +198,7 @@ class COptionDialog : public KDialogBase struct SFontWidgets { TQCheckBox *checkSystem; - KFontChooser *chooser; + TDEFontChooser *chooser; TQLineEdit *nonPrintInput; }; struct SFileWidgets |