summaryrefslogtreecommitdiffstats
path: root/kcontrol/kcontrol/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/kcontrol/modules.h')
-rw-r--r--kcontrol/kcontrol/modules.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/kcontrol/modules.h b/kcontrol/kcontrol/modules.h
index fc5406fa6..bb612e376 100644
--- a/kcontrol/kcontrol/modules.h
+++ b/kcontrol/kcontrol/modules.h
@@ -30,7 +30,7 @@ class TQStringList;
class TDEAboutData;
class KCModule;
class ProxyWidget;
-class KProcess;
+class TDEProcess;
class QXEmbed;
class TQVBoxLayout;
class TQVBox;
@@ -63,7 +63,7 @@ private slots:
void clientClosed();
void clientChanged(bool state);
void runAsRoot();
- void rootExited(KProcess *proc);
+ void rootExited(TDEProcess *proc);
void embedded();
@@ -80,7 +80,7 @@ private:
bool _changed;
ProxyWidget *_module;
QXEmbed *_embedWidget;
- KProcess *_rootProcess;
+ TDEProcess *_rootProcess;
TQVBoxLayout *_embedLayout;
TQVBox *_embedFrame;
TQWidgetStack *_embedStack;