diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 18:46:46 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 18:46:46 -0600 |
commit | 50d6569cdef5f0aac099f5d01864bd0e14f82ae3 (patch) | |
tree | c1df4e69800be09a5873c527831b700268dd7cdf /kppp/modem.h | |
parent | 9598af160810ee4dccabad48563ddecd071c6065 (diff) | |
download | tdenetwork-50d6569cdef5f0aac099f5d01864bd0e14f82ae3.tar.gz tdenetwork-50d6569cdef5f0aac099f5d01864bd0e14f82ae3.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'kppp/modem.h')
-rw-r--r-- | kppp/modem.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <config.h> -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; |