From 309a672de7972615f51ea2dc4a987deecf8b18b5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:08:11 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 93aed1ee0dd29c138384e0af1fb5edfd78f2c5aa) --- doc/kommander/extending.docbook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/kommander/extending.docbook') diff --git a/doc/kommander/extending.docbook b/doc/kommander/extending.docbook index f4323828..353390ca 100644 --- a/doc/kommander/extending.docbook +++ b/doc/kommander/extending.docbook @@ -61,7 +61,7 @@ dialog, we get something like this in the generated header file: class QShowEvent; class KomLineEdit : public KLineEdit, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(QString populationText READ populationText WRITE setPopulationText DESIGNABLE false) TQ_PROPERTY(QStringList associations READ associatedText WRITE setAssociatedText DESIGNABLE false) -- cgit v1.2.1