diff options
Diffstat (limited to 'kexi/kexidb/utils.cpp')
| -rw-r--r-- | kexi/kexidb/utils.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/kexi/kexidb/utils.cpp b/kexi/kexidb/utils.cpp index b7e6a2ed6..e9f13589c 100644 --- a/kexi/kexidb/utils.cpp +++ b/kexi/kexidb/utils.cpp @@ -398,7 +398,7 @@ ConnectionTestDialog::ConnectionTestDialog(TQWidget* parent,  	showCancelButton(true);  	progressBar()->setPercentageVisible(false);  	progressBar()->setTotalSteps(0); -	connect(&m_timer, TQT_SIGNAL(timeout()), this, TQT_SLOT(slotTimeout())); +	connect(&m_timer, TQ_SIGNAL(timeout()), this, TQ_SLOT(slotTimeout()));  	adjustSize();  	resize(250, height());  } | 
