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.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/commandline_part.h')
-rw-r--r-- | src/commandline_part.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commandline_part.h b/src/commandline_part.h index 00d00b3..00b7139 100644 --- a/src/commandline_part.h +++ b/src/commandline_part.h @@ -23,7 +23,7 @@ #include <tqobject.h> class CommandExec; -class KCmdLineArgs; +class TDECmdLineArgs; /** @author Rajko Albrecht @@ -33,7 +33,7 @@ class commandline_part : public TQObject Q_OBJECT public: - commandline_part(TQObject *parent, const char *name, KCmdLineArgs *args); + commandline_part(TQObject *parent, const char *name, TDECmdLineArgs *args); virtual ~commandline_part(); virtual int exec(); private: |