summaryrefslogtreecommitdiffstats
path: root/kommander/editor/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/editor/mainwindow.h')
-rw-r--r--kommander/editor/mainwindow.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kommander/editor/mainwindow.h b/kommander/editor/mainwindow.h
index aa4ea018..17d04063 100644
--- a/kommander/editor/mainwindow.h
+++ b/kommander/editor/mainwindow.h
@@ -38,7 +38,7 @@ class GotoLineDialog;
class HierarchyView;
class KAction;
class KActionCollection;
-class KProcess;
+class TDEProcess;
class KRecentFilesAction;
class KToggleAction;
class KToolBar;
@@ -187,8 +187,8 @@ public slots:
void editShortcuts();
void editPlugins();
void editExternalTool(int id);
- void editToolExited(KProcess*);
- void editToolOutput(KProcess*, char*, int);
+ void editToolExited(TDEProcess*);
+ void editToolOutput(TDEProcess*, char*, int);
void configureEditor();
void runForm();
@@ -208,7 +208,7 @@ private slots:
void setupWindowActions();
void createNewTemplate();
- void closeRunningForm(KProcess* process);
+ void closeRunningForm(TDEProcess* process);
void slotCreateBackups();
private: