summaryrefslogtreecommitdiffstats
path: root/kbarcode/sqltables.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbarcode/sqltables.cpp')
-rw-r--r--kbarcode/sqltables.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbarcode/sqltables.cpp b/kbarcode/sqltables.cpp
index baae883..d5dc9a5 100644
--- a/kbarcode/sqltables.cpp
+++ b/kbarcode/sqltables.cpp
@@ -89,7 +89,7 @@ SqlTables::SqlTables( TQObject* parent )
connected = false;
loadConfig();
- connect( kapp, TQT_SIGNAL( aboutToQuit() ), this, TQT_SLOT( saveConfig() ) );
+ connect( kapp, TQ_SIGNAL( aboutToQuit() ), this, TQ_SLOT( saveConfig() ) );
}
SqlTables::~SqlTables()
@@ -584,7 +584,7 @@ SqlWidget::SqlWidget( bool showlabel, TQWidget* parent, const char* name )
layout->add( groupDatabase );
- connect( buttonTest, TQT_SIGNAL( clicked() ), this, TQT_SLOT( testSettings() ) );
+ connect( buttonTest, TQ_SIGNAL( clicked() ), this, TQ_SLOT( testSettings() ) );
const mysqldata & sqldata = SqlTables::getInstance()->getData();
m_username->setText( sqldata.username );