diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 18:46:33 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 18:46:33 -0600 |
commit | 201e831d6d5b086b43d9f9dba0a0ae8c74e4f2a3 (patch) | |
tree | 83466931bbe6cb61325959b035c45c4c15e3e463 /src/commandline_part.cpp | |
parent | 7f5f522e98edd9b4c0f38b516898e9de82814e8a (diff) | |
download | tdesvn-201e831d6d5b086b43d9f9dba0a0ae8c74e4f2a3.tar.gz tdesvn-201e831d6d5b086b43d9f9dba0a0ae8c74e4f2a3.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'src/commandline_part.cpp')
-rw-r--r-- | src/commandline_part.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commandline_part.cpp b/src/commandline_part.cpp index f26613b..7a30285 100644 --- a/src/commandline_part.cpp +++ b/src/commandline_part.cpp @@ -23,7 +23,7 @@ #include <kstandarddirs.h> -commandline_part::commandline_part(TQObject *parent, const char *name,KCmdLineArgs *args) +commandline_part::commandline_part(TQObject *parent, const char *name,TDECmdLineArgs *args) : TQObject(parent, name) { KGlobal::locale()->insertCatalogue("tdesvn"); |