From 6fdacb9c2e3adb3b5da38cd8a22afc1668e1d36b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:48 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- khexedit/main.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'khexedit') diff --git a/khexedit/main.cc b/khexedit/main.cc index b065c88..8c8e8ab 100644 --- a/khexedit/main.cc +++ b/khexedit/main.cc @@ -67,8 +67,8 @@ int main( int argc, char **argv ) "\n" "Edward Livingston-Blade, sbcs@bigfoot.com, has given me very good\n" "reports which removed some nasty bugs.\n")); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( option ); + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( option ); KApplication app; @@ -87,7 +87,7 @@ int main( int argc, char **argv ) hexEdit->show(); - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); if (args->isSet("offset")) { -- cgit v1.2.1