summaryrefslogtreecommitdiffstats
path: root/doc/khelpcenter/license/mainWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/khelpcenter/license/mainWindow.cpp')
-rw-r--r--doc/khelpcenter/license/mainWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/khelpcenter/license/mainWindow.cpp b/doc/khelpcenter/license/mainWindow.cpp
index b6885e92b..78b50f576 100644
--- a/doc/khelpcenter/license/mainWindow.cpp
+++ b/doc/khelpcenter/license/mainWindow.cpp
@@ -30,7 +30,7 @@ int main(int argc, char *argv[])
TDECmdLineArgs::init(argc,argv, &aboutData);
TDEApplication::addCmdLineOptions();
TDEApplication app;
- TQObject::connect(tqApp, TQT_SIGNAL(lastWindowClosed()), tqApp, TQT_SLOT(quit()));
+ TQObject::connect(tqApp, TQ_SIGNAL(lastWindowClosed()), tqApp, TQ_SLOT(quit()));
TDELicenseDlg *licenseDlg = new TDELicenseDlg();
app.setMainWidget(licenseDlg);