diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:46 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:46 -0600 |
commit | 50d6569cdef5f0aac099f5d01864bd0e14f82ae3 (patch) | |
tree | c1df4e69800be09a5873c527831b700268dd7cdf /kdict/application.cpp | |
parent | 9598af160810ee4dccabad48563ddecd071c6065 (diff) | |
download | tdenetwork-50d6569cdef5f0aac099f5d01864bd0e14f82ae3.tar.gz tdenetwork-50d6569cdef5f0aac099f5d01864bd0e14f82ae3.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'kdict/application.cpp')
-rw-r--r-- | kdict/application.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdict/application.cpp b/kdict/application.cpp index e2a2c2f6..6d5e5ada 100644 --- a/kdict/application.cpp +++ b/kdict/application.cpp @@ -36,7 +36,7 @@ int Application::newInstance() KUniqueApplication::newInstance(); // process parameters... - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); m_mainWindow->show(); |