summaryrefslogtreecommitdiffstats
path: root/krusader/Locate/locate.h
diff options
context:
space:
mode:
Diffstat (limited to 'krusader/Locate/locate.h')
-rwxr-xr-xkrusader/Locate/locate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/krusader/Locate/locate.h b/krusader/Locate/locate.h
index 1dc754e..e7f65a9 100755
--- a/krusader/Locate/locate.h
+++ b/krusader/Locate/locate.h
@@ -55,8 +55,8 @@ public:
void reset();
public slots:
- void processStdout(KProcess *, char *, int);
- void processStderr(KProcess *proc, char *buffer, int length);
+ void processStdout(TDEProcess *, char *, int);
+ void processStderr(TDEProcess *proc, char *buffer, int length);
void slotRightClick(TQListViewItem *);
void slotDoubleClick(TQListViewItem *);
void updateFinished();
@@ -95,7 +95,7 @@ private:
TQCheckBox *existingFiles;
TQCheckBox *caseSensitive;
- static KProcess *updateProcess;
+ static TDEProcess *updateProcess;
};
#endif /* __LOCATE_H__ */