From 29df04c24350cc76a41e2410d1c92445f9338b98 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:51:30 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- quanta/project/projectnewweb.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'quanta/project/projectnewweb.h') 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 */ -- cgit v1.2.1