diff options
| author | Mavridis Philippe <mavridisf@gmail.com> | 2024-08-09 16:00:49 +0300 |
|---|---|---|
| committer | Mavridis Philippe <mavridisf@gmail.com> | 2024-08-09 16:04:41 +0300 |
| commit | 59fb1e660d133f94b48e839a714d966822b7dd3b (patch) | |
| tree | f1c039e3b17d54fc5891ceb12dcd841f60b92ca0 /src/altitemelement.cpp | |
| parent | 1920d57b50b8fcd06d62c6592fa83b9417bd1cc6 (diff) | |
| download | tdealternatives-59fb1e660d133f94b48e839a714d966822b7dd3b.tar.gz tdealternatives-59fb1e660d133f94b48e839a714d966822b7dd3b.zip | |
Port to CMake, rename to TDEAlternatives (alternatives)
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'src/altitemelement.cpp')
| -rw-r--r-- | src/altitemelement.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/altitemelement.cpp b/src/altitemelement.cpp index 0e695f9..d0125cf 100644 --- a/src/altitemelement.cpp +++ b/src/altitemelement.cpp @@ -62,12 +62,12 @@ void AltItemElement::searchDescription() *procdesc << "whatis"; *procdesc << exec; - connect(procdesc, SIGNAL(receivedStdout(TDEProcess *, char *, int)), this, - SLOT(slotGetDescription(TDEProcess *, char *, int))); - //connect(procdesc, SIGNAL( receivedStderr(TDEProcess *, char *, int) ), this, - // SLOT(slotGetDescription(TDEProcess *, char *, int))); - connect(procdesc, SIGNAL( processExited(TDEProcess *)), this, - SLOT(slotDescriptionTermined(TDEProcess *))); + connect(procdesc, TQ_SIGNAL(receivedStdout(TDEProcess *, char *, int)), this, + TQ_SLOT(slotGetDescription(TDEProcess *, char *, int))); + //connect(procdesc, TQ_SIGNAL( receivedStderr(TDEProcess *, char *, int) ), this, + // TQ_SLOT(slotGetDescription(TDEProcess *, char *, int))); + connect(procdesc, TQ_SIGNAL( processExited(TDEProcess *)), this, + TQ_SLOT(slotDescriptionTermined(TDEProcess *))); procdesc->start(TDEProcess::NotifyOnExit,/*TDEProcess::Block,*/ TDEProcess::AllOutput); } } |
