summaryrefslogtreecommitdiffstats
path: root/tdeprint/management/smbview.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:47:22 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:47:22 -0600
commit28edc0aa2ab09297288186f5bc15765eb7be58c0 (patch)
tree7b7a01768b3781763186c825af21bb14717d2c32 /tdeprint/management/smbview.h
parent07c48c43ff72c237e4028154f4594102b798073f (diff)
downloadtdelibs-28edc0aa2ab09297288186f5bc15765eb7be58c0.tar.gz
tdelibs-28edc0aa2ab09297288186f5bc15765eb7be58c0.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
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;