From 201e831d6d5b086b43d9f9dba0a0ae8c74e4f2a3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:33 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- src/commandline_part.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/commandline_part.h') 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 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: -- cgit v1.2.3