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/protocols/winpopup/wpuserinfo.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/protocols/winpopup/wpuserinfo.h')
-rw-r--r-- | kopete/protocols/winpopup/wpuserinfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/winpopup/wpuserinfo.h b/kopete/protocols/winpopup/wpuserinfo.h index 62122e50..6be73929 100644 --- a/kopete/protocols/winpopup/wpuserinfo.h +++ b/kopete/protocols/winpopup/wpuserinfo.h @@ -23,7 +23,7 @@ // KDE Includes #include <kdialogbase.h> -#include <kprocio.h> +#include <tdeprocio.h> // Local Includes #include "wpuserinfowidget.h" @@ -42,7 +42,7 @@ class WPUserInfo : public KDialogBase void startDetailsProcess(const TQString &host); private slots: - void slotDetailsProcessReady(KProcIO *d); + void slotDetailsProcessReady(TDEProcIO *d); void slotDetailsProcessExited(TDEProcess *d); void slotCloseClicked(); |