diff options
Diffstat (limited to 'kbarcode/sqltables.h')
-rw-r--r-- | kbarcode/sqltables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbarcode/sqltables.h b/kbarcode/sqltables.h index a9ea6fb..d57adcf 100644 --- a/kbarcode/sqltables.h +++ b/kbarcode/sqltables.h @@ -85,7 +85,7 @@ class TQSqlQuery; * @author Dominik Seichter */ class SqlTables : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** get a mysqldata object which contains the current database settings. @@ -176,7 +176,7 @@ class TQCheckBox; * @author Dominik Seichter */ class SqlWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: SqlWidget( bool showlabel, TQWidget* parent = 0, const char* name = 0 ); |