From c48e769eb275917717e2b55eb869f7e559293ac8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:48:31 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kppp/accounting.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kppp/accounting.h') 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; -- cgit v1.2.1