diff options
Diffstat (limited to 'khexedit/optiondialog.h')
-rw-r--r-- | khexedit/optiondialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/optiondialog.h b/khexedit/optiondialog.h index 9cf9e1e..8f0b831 100644 --- a/khexedit/optiondialog.h +++ b/khexedit/optiondialog.h @@ -42,7 +42,7 @@ class TDEFontChooser; class CColorListBox : public TDEListBox { - Q_OBJECT + TQ_OBJECT public: @@ -92,7 +92,7 @@ class CColorListItem : public TQListBoxItem class COptionDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: |