summaryrefslogtreecommitdiffstats
path: root/tdecore/kconfigdialogmanager.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-20 20:30:14 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-20 20:30:14 -0500
commitfe43761567120b0bda4e0aed56b7c1e56bdd93c5 (patch)
treefb23cd5905748c6e495f65a689cdd446fa3e4cae /tdecore/kconfigdialogmanager.h
parent481457e5859adea2b83aba47b6d5d724b4c7bf24 (diff)
downloadtdelibs-fe43761567120b0bda4e0aed56b7c1e56bdd93c5.tar.gz
tdelibs-fe43761567120b0bda4e0aed56b7c1e56bdd93c5.zip
Update TQt3 property/enum macros
Diffstat (limited to 'tdecore/kconfigdialogmanager.h')
-rw-r--r--tdecore/kconfigdialogmanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/kconfigdialogmanager.h b/tdecore/kconfigdialogmanager.h
index 46c2b03a6..cc2238d4c 100644
--- a/tdecore/kconfigdialogmanager.h
+++ b/tdecore/kconfigdialogmanager.h
@@ -50,14 +50,14 @@ class TQSqlPropertyMap;
* database, it simply uses the functionality that is built into the
* TQSqlPropertyMap class. New widgets can be added to the map using
* TQSqlPropertyMap::installDefaultMap(). Note that you can't just add any
- * class. The class must have a matching Q_PROPERTY(...) macro defined.
+ * class. The class must have a matching TQ_PROPERTY(...) macro defined.
*
* For example (note that KColorButton is already added and it doesn't need to
* manually added):
*
* kcolorbutton.h defines the following property:
* \code
- * Q_PROPERTY( TQColor color READ color WRITE setColor )
+ * TQ_PROPERTY( TQColor color READ color WRITE setColor )
* \endcode
*
* To add KColorButton the following code would be inserted in the main.