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.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/commandline.h') diff --git a/src/commandline.h b/src/commandline.h index 5edec07..ce01437 100644 --- a/src/commandline.h +++ b/src/commandline.h @@ -20,7 +20,7 @@ #ifndef COMMANDLINE_H #define COMMANDLINE_H -class KCmdLineArgs; +class TDECmdLineArgs; class CommandLineData; /** @@ -28,13 +28,13 @@ class CommandLineData; */ class CommandLine{ public: - CommandLine(KCmdLineArgs*); + CommandLine(TDECmdLineArgs*); virtual ~CommandLine(); virtual int exec(); protected: - KCmdLineArgs*m_args; + TDECmdLineArgs*m_args; CommandLineData*m_data; }; -- cgit v1.2.1