summaryrefslogtreecommitdiffstats
path: root/tdeprint/management/smbview.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/management/smbview.h')
-rw-r--r--tdeprint/management/smbview.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeprint/management/smbview.h b/tdeprint/management/smbview.h
index aea1d920d..9b571f4dd 100644
--- a/tdeprint/management/smbview.h
+++ b/tdeprint/management/smbview.h
@@ -22,7 +22,7 @@
#include <klistview.h>
-class KProcess;
+class TDEProcess;
class KTempFile;
class SmbView : public KListView
@@ -49,15 +49,15 @@ protected:
void processShares();
protected slots:
- void slotReceivedStdout(KProcess*, char*, int);
- void slotProcessExited(KProcess*);
+ void slotReceivedStdout(TDEProcess*, char*, int);
+ void slotProcessExited(TDEProcess*);
void slotSelectionChanged(TQListViewItem*);
private:
enum State { GroupListing, ServerListing, ShareListing, Idle };
int m_state;
TQListViewItem *m_current;
- KProcess *m_proc;
+ TDEProcess *m_proc;
TQString m_buffer;
TQString m_login, m_password;
KTempFile *m_passwdFile;