summaryrefslogtreecommitdiffstats
path: root/kompare/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:47 -0600
commit479647c43c62fc50302342c8ac50a2fe024b4426 (patch)
tree946e0114bb29970388e3ae24418a9df7119eaef4 /kompare/main.cpp
parentce145c966787b367fc3372bb78e8a5aefc33a410 (diff)
downloadtdesdk-479647c43c62fc50302342c8ac50a2fe024b4426.tar.gz
tdesdk-479647c43c62fc50302342c8ac50a2fe024b4426.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'kompare/main.cpp')
-rw-r--r--kompare/main.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/kompare/main.cpp b/kompare/main.cpp
index 86e1c5ef..1da6d6ba 100644
--- a/kompare/main.cpp
+++ b/kompare/main.cpp
@@ -58,8 +58,8 @@ int main(int argc, char *argv[])
aboutData.addCredit( "Malte Starostik", I18N_NOOP("A lot of good advice"), "malte@kde.org" );
aboutData.addCredit( "Bernd Gehrmann", I18N_NOOP("Cervisia diff viewer"), "bernd@physik.hu-berlin.de" );
- KCmdLineArgs::init(argc, argv, &aboutData);
- KCmdLineArgs::addCmdLineOptions( options );
+ TDECmdLineArgs::init(argc, argv, &aboutData);
+ TDECmdLineArgs::addCmdLineOptions( options );
KApplication app;
bool difault = false;
@@ -70,7 +70,7 @@ int main(int argc, char *argv[])
}
else
{
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
KompareShell* ks;
@@ -110,7 +110,7 @@ int main(int argc, char *argv[])
kdDebug( 8100 ) << "Option -c is set" << endl;
if ( args->count() != 2 )
{
- KCmdLineArgs::usage( "kompare" );
+ TDECmdLineArgs::usage( "kompare" );
difault = true;
}
else
@@ -130,7 +130,7 @@ int main(int argc, char *argv[])
kdDebug( 8100 ) << "Option -b is set" << endl;
if ( args->count() != 2 )
{
- KCmdLineArgs::usage( "kompare" );
+ TDECmdLineArgs::usage( "kompare" );
difault = true;
}
else