summaryrefslogtreecommitdiffstats
path: root/khexedit/optiondialog.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:14:58 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:14:58 -0600
commit9e5c87c89567a98c3344c90e392a27715437334c (patch)
tree6c1dd96ae0ba38b7e8f0a492d591881f44f474da /khexedit/optiondialog.h
parent53904b41cf005abbae3d468532db9adc2b04a9b4 (diff)
downloadtdeutils-9e5c87c89567a98c3344c90e392a27715437334c.tar.gz
tdeutils-9e5c87c89567a98c3344c90e392a27715437334c.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'khexedit/optiondialog.h')
-rw-r--r--khexedit/optiondialog.h6
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