diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:51:30 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:51:30 -0600 |
commit | 29df04c24350cc76a41e2410d1c92445f9338b98 (patch) | |
tree | c2b9cde128e24275393a83d9eaec58b2ef12d109 /quanta/project/projectnewweb.h | |
parent | c70534eef6085384ef7ddff369a154dbc8901917 (diff) | |
download | tdewebdev-29df04c24350cc76a41e2410d1c92445f9338b98.tar.gz tdewebdev-29df04c24350cc76a41e2410d1c92445f9338b98.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'quanta/project/projectnewweb.h')
-rw-r--r-- | quanta/project/projectnewweb.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/quanta/project/projectnewweb.h b/quanta/project/projectnewweb.h index fa7ff2e0..5c6e2b5e 100644 --- a/quanta/project/projectnewweb.h +++ b/quanta/project/projectnewweb.h @@ -29,7 +29,7 @@ *@author Dmitry Poplavsky & Alexander Yakovlev & Eric Laffoon */ -class KProcess; +class TDEProcess; class KURL; class ProjectNewWeb : public ProjectNewWebS { @@ -48,8 +48,8 @@ public slots: KURL::List files(); - void slotGetWgetExited(KProcess *); - void slotGetWgetOutput(KProcess *proc, char *buffer, int buflen); + void slotGetWgetExited(TDEProcess *); + void slotGetWgetOutput(TDEProcess *proc, char *buffer, int buflen); virtual void resizeEvent( TQResizeEvent * ); @@ -66,7 +66,7 @@ private: bool start; - KProcess *proc; + TDEProcess *proc; private slots: // Private slots /** No descriptions */ |