summaryrefslogtreecommitdiffstats
path: root/src/webquery.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-20 13:35:15 +0900
commit7aeb471bbc0f8e1734d58a1aefc3fc96b054038b (patch)
tree8626fc14089a89832f6f26ba3cb19975a258ac64 /src/webquery.h
parentfeaa7e666000943e3ec1876e33015842892751a2 (diff)
downloadkbibtex-7aeb471bbc0f8e1734d58a1aefc3fc96b054038b.tar.gz
kbibtex-7aeb471bbc0f8e1734d58a1aefc3fc96b054038b.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/webquery.h')
-rw-r--r--src/webquery.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/webquery.h b/src/webquery.h
index 372d05c..c4af9c4 100644
--- a/src/webquery.h
+++ b/src/webquery.h
@@ -46,7 +46,7 @@ namespace KBibTeX
*/
class WebQueryWidget : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
WebQueryWidget( TQWidget *parent, const char *name = 0 );
virtual bool searchPossible();
@@ -74,7 +74,7 @@ namespace KBibTeX
*/
class WebQuery : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum Status { statusSuccess, statusError, statusAborted, statusInvalidQuery, statusInsufficientPermissions };
@@ -124,7 +124,7 @@ namespace KBibTeX
class WebQueryWizard: public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
~WebQueryWizard();