summaryrefslogtreecommitdiffstats
path: root/src/commandline.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:33 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:33 -0600
commit201e831d6d5b086b43d9f9dba0a0ae8c74e4f2a3 (patch)
tree83466931bbe6cb61325959b035c45c4c15e3e463 /src/commandline.cpp
parent7f5f522e98edd9b4c0f38b516898e9de82814e8a (diff)
downloadtdesvn-201e831d6d5b086b43d9f9dba0a0ae8c74e4f2a3.tar.gz
tdesvn-201e831d6d5b086b43d9f9dba0a0ae8c74e4f2a3.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'src/commandline.cpp')
-rw-r--r--src/commandline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commandline.cpp b/src/commandline.cpp
index fd49ca9..c9e9f78 100644
--- a/src/commandline.cpp
+++ b/src/commandline.cpp
@@ -40,7 +40,7 @@ public:
TQString cmd;
};
-CommandLine::CommandLine(KCmdLineArgs*_args)
+CommandLine::CommandLine(TDECmdLineArgs*_args)
{
m_args = _args;
m_data = new CommandLineData;