diff --git a/kbarcode/kbarcode.cpp b/kbarcode/kbarcode.cpp index 02dc92c..9c7f6b8 100644 --- a/kbarcode/kbarcode.cpp +++ b/kbarcode/kbarcode.cpp @@ -154,7 +154,7 @@ bool KBarcode::parseCmdLine() { enum { BARCODE, LABEL, BATCH, NONE } mode = NONE; - KCmdLineArgs* args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs* args = TDECmdLineArgs::parsedArgs(); BatchPrinter::EOutputFormat eFormat = BatchPrinter::POSTSCRIPT; LabelEditor* pEdit = NULL; diff --git a/kbarcode/main.cpp b/kbarcode/main.cpp index 30378ef..bc4a316 100644 --- a/kbarcode/main.cpp +++ b/kbarcode/main.cpp @@ -102,8 +102,8 @@ int main(int argc, char *argv[]) aboutData.addCredit("John Volpe", I18N_NOOP("Added lot's of useful data fields to kbarcode"), "jtvolpe@cape.com" ); aboutData.addCredit("Nyssa s.r.l.", I18N_NOOP("Added TEC barcode printer support"), "imorrison@nyssa.com.ar", "http://www.nyssa.com.ar" ); aboutData.addCredit("Brian Glass", I18N_NOOP("Added EPCL barcode printer support"), "brian@glassbrian.com", "http://www.glassbrian.com" ); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication a; // setup standard dirs