summaryrefslogtreecommitdiffstats
path: root/lib/widgets/processlinemaker.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets/processlinemaker.h')
-rw-r--r--lib/widgets/processlinemaker.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/widgets/processlinemaker.h b/lib/widgets/processlinemaker.h
index 7efa508a..d124e2ed 100644
--- a/lib/widgets/processlinemaker.h
+++ b/lib/widgets/processlinemaker.h
@@ -20,7 +20,7 @@
#ifndef _PROCESSLINEMAKER_H_
#define _PROCESSLINEMAKER_H_
-#include <qobject.h>
+#include <tqobject.h>
/**
@file processlinemaker.h
@@ -52,14 +52,14 @@ protected slots:
void slotReceivedStderr(KProcess *, char *buffer, int buflen);
signals:
- void receivedStdoutLine( const QCString& line );
- void receivedStderrLine( const QCString& line );
- void receivedPartialStdoutLine( const QCString& line );
- void receivedPartialStderrLine( const QCString& line );
+ void receivedStdoutLine( const TQCString& line );
+ void receivedStderrLine( const TQCString& line );
+ void receivedPartialStdoutLine( const TQCString& line );
+ void receivedPartialStderrLine( const TQCString& line );
private:
- QCString stdoutbuf;
- QCString stderrbuf;
+ TQCString stdoutbuf;
+ TQCString stderrbuf;
};
#endif