summaryrefslogtreecommitdiffstats
path: root/krArc/krarc.h
diff options
context:
space:
mode:
Diffstat (limited to 'krArc/krarc.h')
-rw-r--r--krArc/krarc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/krArc/krarc.h b/krArc/krarc.h
index c989fd9..6b9ca6c 100644
--- a/krArc/krarc.h
+++ b/krArc/krarc.h
@@ -109,10 +109,10 @@ class KrShellProcess : public KShellProcess {
public:
KrShellProcess() : KShellProcess(), errorMsg( TQString() ), outputMsg( TQString() ) {
- connect(this,TQT_SIGNAL(receivedStderr(TDEProcess*,char*,int)),
- this,TQT_SLOT(receivedErrorMsg(TDEProcess*,char*,int)) );
- connect(this,TQT_SIGNAL(receivedStdout(TDEProcess*,char*,int)),
- this,TQT_SLOT(receivedOutputMsg(TDEProcess*,char*,int)) );
+ connect(this,TQ_SIGNAL(receivedStderr(TDEProcess*,char*,int)),
+ this,TQ_SLOT(receivedErrorMsg(TDEProcess*,char*,int)) );
+ connect(this,TQ_SIGNAL(receivedStdout(TDEProcess*,char*,int)),
+ this,TQ_SLOT(receivedOutputMsg(TDEProcess*,char*,int)) );
}
TQString getErrorMsg() {