diff options
Diffstat (limited to 'libtdeedu')
-rw-r--r-- | libtdeedu/extdate/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdeedu/extdate/main.cpp b/libtdeedu/extdate/main.cpp index 585668c6..c444d655 100644 --- a/libtdeedu/extdate/main.cpp +++ b/libtdeedu/extdate/main.cpp @@ -25,6 +25,6 @@ int main( int argc, char *argv[] ) TDEApplication a; TestWidget *t = new TestWidget(0,0); t->show(); - TQObject::connect(kapp, TQ_SIGNAL(lastWindowClosed()), kapp, TQ_SLOT(quit())); + TQObject::connect(tdeApp, TQ_SIGNAL(lastWindowClosed()), tdeApp, TQ_SLOT(quit())); return a.exec(); } |