diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:43 -0600 |
commit | d41050ea3f6904e5156d35f664346b816b9e4d12 (patch) | |
tree | 7b3ff517432a631adc61a2a93080dc3bacfab604 /kate/app/kateapp.h | |
parent | c16d0f2191af1e4810391dbd1a06d7713fb38666 (diff) | |
download | tdebase-d41050ea3f6904e5156d35f664346b816b9e4d12.tar.gz tdebase-d41050ea3f6904e5156d35f664346b816b9e4d12.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'kate/app/kateapp.h')
-rw-r--r-- | kate/app/kateapp.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 |