diff options
Diffstat (limited to 'kopete/plugins/cryptography/popuppublic.h')
-rw-r--r-- | kopete/plugins/cryptography/popuppublic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/plugins/cryptography/popuppublic.h b/kopete/plugins/cryptography/popuppublic.h index cbd301ba..96c7656c 100644 --- a/kopete/plugins/cryptography/popuppublic.h +++ b/kopete/plugins/cryptography/popuppublic.h @@ -29,7 +29,7 @@ class TQPushButton; class TQCheckBox; class TDEListView; class TQButtonGroup; -class KProcIO; +class TDEProcIO; class popupPublic : public KDialogBase //TQDialog { @@ -53,7 +53,7 @@ private: private slots: void customOpts(const TQString &); - void slotprocread(KProcIO *); + void slotprocread(TDEProcIO *); void slotpreselect(); void refreshkeys(); void refresh(bool state); |