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/tdesvn_part.h | |
parent | 7f5f522e98edd9b4c0f38b516898e9de82814e8a (diff) | |
download | tdesvn-201e831d6d5b086b43d9f9dba0a0ae8c74e4f2a3.tar.gz tdesvn-201e831d6d5b086b43d9f9dba0a0ae8c74e4f2a3.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'src/tdesvn_part.h')
-rw-r--r-- | src/tdesvn_part.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tdesvn_part.h b/src/tdesvn_part.h index c84dc06..53ae82c 100644 --- a/src/tdesvn_part.h +++ b/src/tdesvn_part.h @@ -106,7 +106,7 @@ protected slots: }; class commandline_part; -class KCmdLineArgs; +class TDECmdLineArgs; /* we make it ourself 'cause we will enhance a little bit! */ class KDESVN_EXPORT cFactory : public KParts::Factory @@ -122,7 +122,7 @@ public: virtual KParts::Part* createAppPart( TQWidget *parentWidget, const char *widgetName, TQObject *parent, const char *name, const char *classname, const TQStringList &args ); - virtual commandline_part*createCommandIf(TQObject*parent,const char*name, KCmdLineArgs *args); + virtual commandline_part*createCommandIf(TQObject*parent,const char*name, TDECmdLineArgs *args); static KInstance* instance(); private: |