summaryrefslogtreecommitdiffstats
path: root/developer-doc/phb/settings.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'developer-doc/phb/settings.docbook')
-rw-r--r--developer-doc/phb/settings.docbook2
1 files changed, 1 insertions, 1 deletions
diff --git a/developer-doc/phb/settings.docbook b/developer-doc/phb/settings.docbook
index 5c47bf9..184aa75 100644
--- a/developer-doc/phb/settings.docbook
+++ b/developer-doc/phb/settings.docbook
@@ -26,7 +26,7 @@ Create the view using designer, name it XxxDecl and store it in <filename>kmymon
Create the class that contains the logic for the settings page, name it Xxx and store it in <filename>kmymoney2/dialogs/settings/xxx.[cpp|h]</filename>.
</para>
<para>
-Don't forget the Q_OBJECT macro at the beginning of the class declaration in the .h file and make the class a public derivative of XxxDecl
+Don't forget the TQ_OBJECT macro at the beginning of the class declaration in the .h file and make the class a public derivative of XxxDecl
</para>
</listitem>
<listitem>