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 f665583..def102b 100644 --- a/kbarcode/sqltables.h +++ b/kbarcode/sqltables.h @@ -148,7 +148,7 @@ class SqlTables : public TQObject { void connectedSQL(); private: - SqlTables( TQObject* tqparent = 0 ); + SqlTables( TQObject* parent = 0 ); ~SqlTables(); void exec( TQSqlQuery* query, const TQString & text ); @@ -183,7 +183,7 @@ class SqlWidget : public TQWidget { Q_OBJECT TQ_OBJECT public: - SqlWidget( bool showlabel, TQWidget* tqparent = 0, const char* name = 0 ); + SqlWidget( bool showlabel, TQWidget* parent = 0, const char* name = 0 ); ~SqlWidget(); const TQString username() const; |
