summaryrefslogtreecommitdiffstats
path: root/src/kreplacements/kreplacements.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-06 19:33:18 -0600
committerTimothy Pearson <[email protected]>2013-02-06 19:33:18 -0600
commit64eaa62d202fd64fe08f77487e14c2ed9a4a01a3 (patch)
tree718dc5d6eec7745b1449942359e79173721c809e /src/kreplacements/kreplacements.cpp
parent4e2575b1e7a28448cea0bad1bc70e43f4b486d61 (diff)
downloadkdiff3-64eaa62d202fd64fe08f77487e14c2ed9a4a01a3.tar.gz
kdiff3-64eaa62d202fd64fe08f77487e14c2ed9a4a01a3.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'src/kreplacements/kreplacements.cpp')
-rw-r--r--src/kreplacements/kreplacements.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kreplacements/kreplacements.cpp b/src/kreplacements/kreplacements.cpp
index 499ceac..94e62a4 100644
--- a/src/kreplacements/kreplacements.cpp
+++ b/src/kreplacements/kreplacements.cpp
@@ -886,7 +886,7 @@ void TDEAboutData::addCredit(const char* name, const char* task, const char* ema
static TDECmdLineArgs s_cmdLineArgs;
static int s_argc;
static char** s_argv;
-static KCmdLineOptions* s_pOptions;
+static TDECmdLineOptions* s_pOptions;
static std::vector<QCStringList> s_vOption;
static std::vector<const char*> s_vArg;
@@ -903,7 +903,7 @@ void TDECmdLineArgs::init( int argc, char**argv, TDEAboutData* pAboutData ) //
s_pAboutData = pAboutData;
}
-void TDECmdLineArgs::addCmdLineOptions( KCmdLineOptions* options ) // static
+void TDECmdLineArgs::addCmdLineOptions( TDECmdLineOptions* options ) // static
{
s_pOptions = options;
}