summaryrefslogtreecommitdiffstats
path: root/kppp/modem.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:46 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:46 -0600
commit50d6569cdef5f0aac099f5d01864bd0e14f82ae3 (patch)
treec1df4e69800be09a5873c527831b700268dd7cdf /kppp/modem.h
parent9598af160810ee4dccabad48563ddecd071c6065 (diff)
downloadtdenetwork-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.h4
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;