diff options
Diffstat (limited to 'kppp/accounting.h')
-rw-r--r-- | kppp/accounting.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kppp/accounting.h b/kppp/accounting.h index 614b3560..c1ef870b 100644 --- a/kppp/accounting.h +++ b/kppp/accounting.h @@ -132,13 +132,13 @@ public slots: virtual void slotStop(); private slots: - void gotData(KProcess *proc, char *buffer, int buflen); + void gotData(TDEProcess *proc, char *buffer, int buflen); signals: void changed(TQString total, TQString session); private: - KProcess *proc; + TDEProcess *proc; TQString currency; TQString provider; PPPStats *stats; |