summaryrefslogtreecommitdiffstats
path: root/src/webqueryamatex.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:35:15 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-24 20:32:39 +0900
commit06ee3c8c063933d06b750c0f557a99b4e1037de8 (patch)
tree8626fc14089a89832f6f26ba3cb19975a258ac64 /src/webqueryamatex.h
parentfeaa7e666000943e3ec1876e33015842892751a2 (diff)
downloadkbibtex-cc19cc5398f30de2ad3881509631b3b23e95128c.tar.gz
kbibtex-cc19cc5398f30de2ad3881509631b3b23e95128c.zip
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7aeb471bbc0f8e1734d58a1aefc3fc96b054038b)
Diffstat (limited to 'src/webqueryamatex.h')
-rw-r--r--src/webqueryamatex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webqueryamatex.h b/src/webqueryamatex.h
index 8d37c29..293ff1b 100644
--- a/src/webqueryamatex.h
+++ b/src/webqueryamatex.h
@@ -29,7 +29,7 @@ namespace KBibTeX
*/
class WebQueryAmatexWidget : public WebQueryWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
WebQueryAmatexWidget( TQWidget *parent, const char *name = 0 );
};
@@ -39,7 +39,7 @@ namespace KBibTeX
*/
class WebQueryAmatex : public WebQuery
{
- Q_OBJECT
+ TQ_OBJECT
public:
WebQueryAmatex( TQWidget* parent );
virtual ~WebQueryAmatex();