diff options
Diffstat (limited to 'kaddressbook/editors/cryptowidget.h')
-rw-r--r-- | kaddressbook/editors/cryptowidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/editors/cryptowidget.h b/kaddressbook/editors/cryptowidget.h index 559279855..8037a4a49 100644 --- a/kaddressbook/editors/cryptowidget.h +++ b/kaddressbook/editors/cryptowidget.h @@ -26,12 +26,12 @@ #include "contacteditorwidget.h" -class QComboBox; +class TQComboBox; namespace Kleo { class KeyRequester; } -class QCheckBox; +class TQCheckBox; class CryptoWidget : public KAB::ContactEditorWidget { |