diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:26 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:26 -0600 |
commit | c8fc7b9d459cfe043934f86dd3e0af7bf8ecccf7 (patch) | |
tree | ba4582053cae58a3f204da2df88d680c84141696 /src/kreplacements/kreplacements.h | |
parent | 4ede6a1bdb01c6143bfdb23593633131c02051ab (diff) | |
download | kdiff3-c8fc7b9d459cfe043934f86dd3e0af7bf8ecccf7.tar.gz kdiff3-c8fc7b9d459cfe043934f86dd3e0af7bf8ecccf7.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'src/kreplacements/kreplacements.h')
-rw-r--r-- | src/kreplacements/kreplacements.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kreplacements/kreplacements.h b/src/kreplacements/kreplacements.h index 054e3c3..e56f9bd 100644 --- a/src/kreplacements/kreplacements.h +++ b/src/kreplacements/kreplacements.h @@ -353,10 +353,10 @@ public: typedef TQValueList<TQCString> QCStringList; -class KCmdLineArgs +class TDECmdLineArgs { public: - static KCmdLineArgs* parsedArgs(); + static TDECmdLineArgs* parsedArgs(); static void init( int argc, char**argv, KAboutData* ); static void addCmdLineOptions( KCmdLineOptions* options ); // Add our own options. |