From 50d6569cdef5f0aac099f5d01864bd0e14f82ae3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:46 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kppp/modem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kppp/modem.h') diff --git a/kppp/modem.h b/kppp/modem.h index 933ef4cf..9ec28b37 100644 --- a/kppp/modem.h +++ b/kppp/modem.h @@ -37,7 +37,7 @@ #include -class KCmdLineArgs; +class TDECmdLineArgs; void alarm_handler(int); @@ -78,7 +78,7 @@ private slots: private: void escape_to_command_mode(); - KCmdLineArgs *args; + TDECmdLineArgs *args; private: int modemfd; -- cgit v1.2.1