summaryrefslogtreecommitdiffstats
path: root/kgpg/popuppublic.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-16 13:36:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-16 13:36:22 +0900
commit834febe1fd138859a6384428c108d4d163e0fd2f (patch)
tree5c223938fe05d2064ab7bd8816735c506febacfc /kgpg/popuppublic.h
parent3e7afb77fa6046426eeb62d412b27a5cdae44140 (diff)
downloadtdeutils-834febe1fd138859a6384428c108d4d163e0fd2f.tar.gz
tdeutils-834febe1fd138859a6384428c108d4d163e0fd2f.zip
Use TDEProcIO class
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kgpg/popuppublic.h')
-rw-r--r--kgpg/popuppublic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kgpg/popuppublic.h b/kgpg/popuppublic.h
index a8e0327..120dc17 100644
--- a/kgpg/popuppublic.h
+++ b/kgpg/popuppublic.h
@@ -27,7 +27,7 @@ class TQPushButton;
class TQCheckBox;
class TDEListView;
class TQButtonGroup;
-class KProcIO;
+class TDEProcIO;
class popupPublic : public KDialogBase //TQDialog
{
@@ -52,7 +52,7 @@ private:
private slots:
void customOpts(const TQString &);
- void slotprocread(KProcIO *);
+ void slotprocread(TDEProcIO *);
void slotpreselect();
void refreshkeys();
void refresh(bool state);