summaryrefslogtreecommitdiffstats
path: root/parts/outputviews/makewidget.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:51:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:51:01 -0600
commitb9e542d0c805e9adee3a67e44532d5321032e21e (patch)
treee82d85b9035cc2ca322911e8a6e38a3bd8b1d431 /parts/outputviews/makewidget.h
parent7a392a04059bd904dab4c78910a6d34aa0b37798 (diff)
downloadtdevelop-b9e542d0c805e9adee3a67e44532d5321032e21e.tar.gz
tdevelop-b9e542d0c805e9adee3a67e44532d5321032e21e.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'parts/outputviews/makewidget.h')
-rw-r--r--parts/outputviews/makewidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/parts/outputviews/makewidget.h b/parts/outputviews/makewidget.h
index 605c136e..20f9d810 100644
--- a/parts/outputviews/makewidget.h
+++ b/parts/outputviews/makewidget.h
@@ -28,7 +28,7 @@
class MakeViewPart;
class MakeItem;
-class KProcess;
+class TDEProcess;
class ProcessLineMaker;
class KURL;
@@ -64,7 +64,7 @@ private slots:
void insertStderrLine(const TQCString& line);
void storePartialStdoutLine(const TQCString& line);
void storePartialStderrLine(const TQCString& line);
- void slotProcessExited(KProcess *);
+ void slotProcessExited(TDEProcess *);
void verticScrollingOn() { m_vertScrolling = true; }
void verticScrollingOff() { m_vertScrolling = false; }
void horizScrollingOn() { m_horizScrolling = true; }
@@ -106,7 +106,7 @@ private:
TQStringList dirList;
TQString m_lastBuildDir; //stores directory of last build, for the case we don't have proper path information
TQString currentCommand;
- KProcess *childproc;
+ TDEProcess *childproc;
ProcessLineMaker* procLineMaker;
TQPtrStack<TQString> dirstack;
MakeItem* m_pendingItem;