diff options
Diffstat (limited to 'doc/khelpcenter/license/TDELicenseDlg.cpp')
-rw-r--r-- | doc/khelpcenter/license/TDELicenseDlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/khelpcenter/license/TDELicenseDlg.cpp b/doc/khelpcenter/license/TDELicenseDlg.cpp index 2f65ecb68..049009fcb 100644 --- a/doc/khelpcenter/license/TDELicenseDlg.cpp +++ b/doc/khelpcenter/license/TDELicenseDlg.cpp @@ -5,7 +5,7 @@ #include <kiconloader.h> #include <kpushbutton.h> #include <kseparator.h> -#include <kstddirs.h> +#include <tdestandarddirs.h> #include <ktabwidget.h> #include <ktextbrowser.h> #include <tdelocale.h> @@ -95,7 +95,7 @@ TDELicenseDlg::TDELicenseDlg(TQWidget *parent, const char *name) TQSizePolicy::Minimum); hboxBottom->addItem(spacerHBottom); KPushButton *okButton = new KPushButton(KStdGuiItem::ok(), this); - connect(okButton, TQT_SIGNAL(clicked()), this, TQT_SLOT(accept())); + connect(okButton, TQ_SIGNAL(clicked()), this, TQ_SLOT(accept())); okButton->setDefault(true); okButton->setFocus(); hboxBottom->addWidget(okButton); |