diff options
Diffstat (limited to 'kppp/kpppwidget.cpp')
-rw-r--r-- | kppp/kpppwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kppp/kpppwidget.cpp b/kppp/kpppwidget.cpp index 4597540f..3599145a 100644 --- a/kppp/kpppwidget.cpp +++ b/kppp/kpppwidget.cpp @@ -912,7 +912,7 @@ void KPPPWidget::startAccounting() { TQString d = AccountingBase::getAccountingFile(gpppdata.accountingFile()); // if(::access(d.data(), X_OK) != 0) - acct = new Accounting(TQT_TQOBJECT(this), stats); + acct = new Accounting(this, stats); // else // acct = new ExecutableAccounting(this); |