summaryrefslogtreecommitdiffstats
path: root/tdeprint/cups/cupsaddsmb2.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/cups/cupsaddsmb2.h
parent07c48c43ff72c237e4028154f4594102b798073f (diff)
downloadtdelibs-28edc0aa2ab09297288186f5bc15765eb7be58c0.tar.gz
tdelibs-28edc0aa2ab09297288186f5bc15765eb7be58c0.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'tdeprint/cups/cupsaddsmb2.h')
-rw-r--r--tdeprint/cups/cupsaddsmb2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeprint/cups/cupsaddsmb2.h b/tdeprint/cups/cupsaddsmb2.h
index 84166f53c..9aeccdd4a 100644
--- a/tdeprint/cups/cupsaddsmb2.h
+++ b/tdeprint/cups/cupsaddsmb2.h
@@ -44,9 +44,9 @@ public:
static bool exportDest(const TQString& dest, const TQString& datadir);
protected slots:
- void slotReceived(KProcess*, char*, int);
+ void slotReceived(TDEProcess*, char*, int);
void doNextAction();
- void slotProcessExited(KProcess*);
+ void slotProcessExited(TDEProcess*);
void slotActionClicked();
protected:
@@ -58,7 +58,7 @@ protected:
void showError(const TQString& msg);
private:
- KProcess m_proc;
+ TDEProcess m_proc;
TQStringList m_buffer;
int m_state;
TQStringList m_actions;