summaryrefslogtreecommitdiffstats
path: root/kmymoney2/converter/webpricequote.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/converter/webpricequote.h')
-rw-r--r--kmymoney2/converter/webpricequote.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kmymoney2/converter/webpricequote.h b/kmymoney2/converter/webpricequote.h
index 0a94ce5..e32e638 100644
--- a/kmymoney2/converter/webpricequote.h
+++ b/kmymoney2/converter/webpricequote.h
@@ -47,7 +47,7 @@ of a local script being used to fetch the quote.
*/
class WebPriceQuoteProcess: public TDEProcess
{
- Q_OBJECT
+ TQ_OBJECT
public:
WebPriceQuoteProcess(void);
@@ -75,7 +75,7 @@ by the Finance::Quote package, and more user-friendly names.
*/
class FinanceQuoteProcess: public TDEProcess
{
- Q_OBJECT
+ TQ_OBJECT
public:
FinanceQuoteProcess(void);
@@ -129,7 +129,7 @@ Retrieves a price quote from a web-based quote source
*/
class WebPriceQuote: public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
WebPriceQuote( TQObject* = 0, const char* = 0 );
@@ -232,7 +232,7 @@ Simple class to handle signals/slots for unit tests
*/
class QuoteReceiver : public TQObject
{
-Q_OBJECT
+TQ_OBJECT
public:
QuoteReceiver(WebPriceQuote* q, TQObject *parent = 0, const char *name = 0);