From 359640943bcf155faa9a067dde9e00a123276290 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Feb 2012 17:43:39 -0600 Subject: Automated update from Qt3 --- doc/html/sql.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/sql.html') diff --git a/doc/html/sql.html b/doc/html/sql.html index c57f7ab2a..4389fe12b 100644 --- a/doc/html/sql.html +++ b/doc/html/sql.html @@ -1117,7 +1117,7 @@ differences.
    class FormDialog : public TQDialog
     {
-        Q_OBJECT
+        TQ_OBJECT
         public:
             FormDialog();
             ~FormDialog();
@@ -1216,7 +1216,7 @@ we will only cover the differences here. The full source is in TQLineEdit
     {
-        Q_OBJECT
+        TQ_OBJECT
         Q_PROPERTY( TQString upperLine READ upperLine WRITE setUpperLine )
         public:
             CustomEdit( TQWidget *parent=0, const char *name=0 );
@@ -1297,7 +1297,7 @@ can use a custom editor.
 
 
    class StatusPicker : public TQComboBox
     {
-        Q_OBJECT
+        TQ_OBJECT
         Q_PROPERTY( int statusid READ statusId WRITE setStatusId )
         public:
             StatusPicker( TQWidget *parent=0, const char *name=0 );
@@ -1314,7 +1314,7 @@ from the combobox's indexes so we create a TQMap to ma
 to/from the statusids that we will list in the combobox.
 

    class CustomSqlEditorFactory : public TQSqlEditorFactory
     {
-        Q_OBJECT
+        TQ_OBJECT
         public:
             TQWidget *createEditor( TQWidget *parent, const TQSqlField *field );
     };
@@ -1376,7 +1376,7 @@ to subclass TQDataTable and reimplement the paintField() function.
 
 
    class CustomTable : public TQDataTable
     {
-        Q_OBJECT
+        TQ_OBJECT
     public:
         CustomTable(
                 TQSqlCursor *cursor, bool autoPopulate = FALSE,
-- 
cgit v1.2.3