summaryrefslogtreecommitdiffstats
path: root/tdeprint/kprintprocess.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/kprintprocess.h
parent07c48c43ff72c237e4028154f4594102b798073f (diff)
downloadtdelibs-28edc0aa2ab09297288186f5bc15765eb7be58c0.tar.gz
tdelibs-28edc0aa2ab09297288186f5bc15765eb7be58c0.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'tdeprint/kprintprocess.h')
-rw-r--r--tdeprint/kprintprocess.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeprint/kprintprocess.h b/tdeprint/kprintprocess.h
index 976b35afe..5ceb3835e 100644
--- a/tdeprint/kprintprocess.h
+++ b/tdeprint/kprintprocess.h
@@ -50,8 +50,8 @@ signals:
void printError( KPrintProcess*, const TQString& );
protected slots:
- void slotReceivedStderr(KProcess*, char*, int);
- void slotExited( KProcess* );
+ void slotReceivedStderr(TDEProcess*, char*, int);
+ void slotExited( TDEProcess* );
private:
QString m_buffer;