summaryrefslogtreecommitdiffstats
path: root/kexi/tests/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/tests/widgets')
-rw-r--r--kexi/tests/widgets/kexidbdrivercombotest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/tests/widgets/kexidbdrivercombotest.cpp b/kexi/tests/widgets/kexidbdrivercombotest.cpp
index 88de40e8..86e12732 100644
--- a/kexi/tests/widgets/kexidbdrivercombotest.cpp
+++ b/kexi/tests/widgets/kexidbdrivercombotest.cpp
@@ -67,7 +67,7 @@ int main(int argc, char** argv)
vbLayout->addWidget(quit);
// Show the whole lot
- TQObject::connect(quit, TQT_SIGNAL(clicked()), app, TQT_SLOT(quit()));
+ TQObject::connect(quit, TQ_SIGNAL(clicked()), app, TQ_SLOT(quit()));
vbox->show();
app->exec();