summaryrefslogtreecommitdiffstats
path: root/src/entrywidgettitle.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/entrywidgettitle.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/entrywidgettitle.h')
-rw-r--r--src/entrywidgettitle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entrywidgettitle.h b/src/entrywidgettitle.h
index c233556..4035e23 100644
--- a/src/entrywidgettitle.h
+++ b/src/entrywidgettitle.h
@@ -28,7 +28,7 @@ namespace KBibTeX
class EntryWidgetTitle : public EntryWidgetTab
{
- Q_OBJECT
+ TQ_OBJECT
public:
EntryWidgetTitle( BibTeX::File *bibtexfile, bool isReadOnly, TQWidget *parent = 0, const char *name = 0 );
~EntryWidgetTitle();