summaryrefslogtreecommitdiffstats
path: root/src/webquerypubmed.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webquerypubmed.cpp')
-rw-r--r--src/webquerypubmed.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webquerypubmed.cpp b/src/webquerypubmed.cpp
index 902a0a1..1aa5a50 100644
--- a/src/webquerypubmed.cpp
+++ b/src/webquerypubmed.cpp
@@ -148,7 +148,7 @@ namespace KBibTeX
doc.setContent( &buffer );
TQDomElement docElem = doc.documentElement();
WebQueryPubMedResultParser resultParser;
- connect( &resultParser, SIGNAL( foundEntry( BibTeX::Entry*, bool ) ), this, SIGNAL( foundEntry( BibTeX::Entry*, bool ) ) );
+ connect( &resultParser, TQ_SIGNAL( foundEntry( BibTeX::Entry*, bool ) ), this, TQ_SIGNAL( foundEntry( BibTeX::Entry*, bool ) ) );
resultParser.parse( docElem );
buffer.close();
setEndSearch( WebQuery::statusSuccess );