summaryrefslogtreecommitdiffstats
path: root/examples/i18n/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/i18n/main.cpp')
-rw-r--r--examples/i18n/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/i18n/main.cpp b/examples/i18n/main.cpp
index 2c9fb2fc..adc8728f 100644
--- a/examples/i18n/main.cpp
+++ b/examples/i18n/main.cpp
@@ -135,7 +135,7 @@ int main( int argc, char** argv )
MyWidget* w = showLang((const char*)qm[i]);
if( w == 0 ) exit( 0 );
- TQObject::connect(w, SIGNAL(closed()), qApp, SLOT(tquit()));
+ TQObject::connect(w, SIGNAL(closed()), qApp, SLOT(quit()));
w->setGeometry(x,y,197,356);
w->show();
if ( tight ) {