diff options
Diffstat (limited to 'example/main.cpp')
-rw-r--r-- | example/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/main.cpp b/example/main.cpp index a24a49f..5c7af61 100644 --- a/example/main.cpp +++ b/example/main.cpp @@ -16,6 +16,6 @@ int main( int argc, char ** argv ) { ApplicationWindow *mw = new ApplicationWindow(); mw->setCaption( "TQScintilla Example - Application" ); mw->show(); - a.connect( &a, TQT_SIGNAL(lastWindowClosed()), &a, TQT_SLOT(quit()) ); + a.connect( &a, TQ_SIGNAL(lastWindowClosed()), &a, TQ_SLOT(quit()) ); return a.exec(); } |