summaryrefslogtreecommitdiffstats
path: root/kbarcode/sqltables.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbarcode/sqltables.h')
-rw-r--r--kbarcode/sqltables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbarcode/sqltables.h b/kbarcode/sqltables.h
index 3931a6d..8c7d001 100644
--- a/kbarcode/sqltables.h
+++ b/kbarcode/sqltables.h
@@ -90,7 +90,7 @@ class TQSqlQuery;
*/
class SqlTables : public TQObject {
Q_OBJECT
- TQ_OBJECT
+
public:
/** get a mysqldata object which contains the current database settings.
* this object is for all sql databases, not only for mysql. The name is just a
@@ -181,7 +181,7 @@ class TQCheckBox;
*/
class SqlWidget : public TQWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
SqlWidget( bool showlabel, TQWidget* parent = 0, const char* name = 0 );
~SqlWidget();