diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-16 13:36:02 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-16 13:36:02 +0900 |
commit | ef41ffcd0d5ac06c867c98f4e6395f504db61041 (patch) | |
tree | dfb30ad56f63b0ac66339c47771063c94d833dc7 /kopete/plugins/cryptography/popuppublic.h | |
parent | 9a9de18eb7ccd5afe5d01c17576a42e7aca6b321 (diff) | |
download | tdenetwork-ef41ffcd0d5ac06c867c98f4e6395f504db61041.tar.gz tdenetwork-ef41ffcd0d5ac06c867c98f4e6395f504db61041.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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); |