summaryrefslogtreecommitdiffstats
path: root/adept/kubuntu_upgrader/upgradewizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'adept/kubuntu_upgrader/upgradewizard.h')
-rw-r--r--adept/kubuntu_upgrader/upgradewizard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/adept/kubuntu_upgrader/upgradewizard.h b/adept/kubuntu_upgrader/upgradewizard.h
index 889c12f..49bcc43 100644
--- a/adept/kubuntu_upgrader/upgradewizard.h
+++ b/adept/kubuntu_upgrader/upgradewizard.h
@@ -26,7 +26,7 @@
class TQString;
class TQTextIStream;
class TQDateTime;
-class KProcess;
+class TDEProcess;
class KURL;
class ErrorDialog;
@@ -63,7 +63,7 @@ public:
public slots:
/*$PUBLIC_SLOTS$*/
- void receiveDistroName( KProcess* p, char *buffer, int buflen );
+ void receiveDistroName( TDEProcess* p, char *buffer, int buflen );
void launchDistUpdater();
void fetchReleaseAnnounce();
void fetchUpgradeTool();