summaryrefslogtreecommitdiffstats
path: root/tdeabc/tests/testaddresslineedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeabc/tests/testaddresslineedit.cpp')
-rw-r--r--tdeabc/tests/testaddresslineedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeabc/tests/testaddresslineedit.cpp b/tdeabc/tests/testaddresslineedit.cpp
index 80bd311da..ee4513d98 100644
--- a/tdeabc/tests/testaddresslineedit.cpp
+++ b/tdeabc/tests/testaddresslineedit.cpp
@@ -21,7 +21,7 @@ int main( int argc,char **argv )
lineEdit->show();
app.setMainWidget( lineEdit );
- TQObject::connect( &app, TQT_SIGNAL( lastWindowClosed() ), &app, TQT_SLOT( quit() ) );
+ TQObject::connect( &app, TQ_SIGNAL( lastWindowClosed() ), &app, TQ_SLOT( quit() ) );
app.exec();