summaryrefslogtreecommitdiffstats
path: root/src/documentlistview.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 13:35:15 +0900
committerMichele Calgaro <[email protected]>2023-07-24 20:32:39 +0900
commit06ee3c8c063933d06b750c0f557a99b4e1037de8 (patch)
tree8626fc14089a89832f6f26ba3cb19975a258ac64 /src/documentlistview.h
parentfeaa7e666000943e3ec1876e33015842892751a2 (diff)
downloadkbibtex-r14.1.1.tar.gz
kbibtex-r14.1.1.zip
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 7aeb471bbc0f8e1734d58a1aefc3fc96b054038b)
Diffstat (limited to 'src/documentlistview.h')
-rw-r--r--src/documentlistview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/documentlistview.h b/src/documentlistview.h
index 37adc02..6e3cb5a 100644
--- a/src/documentlistview.h
+++ b/src/documentlistview.h
@@ -39,7 +39,7 @@ namespace KBibTeX
class DocumentListView : public TDEListView
{
- Q_OBJECT
+ TQ_OBJECT
public:
DocumentListView( KBibTeX::DocumentWidget *docWidget, bool isReadOnly, TQWidget *parent = 0, const char *name = 0 );
~DocumentListView();