From d41050ea3f6904e5156d35f664346b816b9e4d12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:43 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kate/app/kateapp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kate/app/kateapp.h') diff --git a/kate/app/kateapp.h b/kate/app/kateapp.h index b67901cd9..ffbd56e3e 100644 --- a/kate/app/kateapp.h +++ b/kate/app/kateapp.h @@ -33,7 +33,7 @@ namespace Kate { class Application; } -class KCmdLineArgs; +class TDECmdLineArgs; /** * Kate Application @@ -51,7 +51,7 @@ class KDE_EXPORT KateApp : public KApplication * application constructor * @param args parsed command line args */ - KateApp (KCmdLineArgs *args); + KateApp (TDECmdLineArgs *args); /** * application destructor @@ -202,7 +202,7 @@ class KDE_EXPORT KateApp : public KApplication /** * kate's command line args */ - KCmdLineArgs *m_args; + TDECmdLineArgs *m_args; /** * plugin interface -- cgit v1.2.1