From 479647c43c62fc50302342c8ac50a2fe024b4426 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:47 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kbugbuster/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kbugbuster') diff --git a/kbugbuster/main.cpp b/kbugbuster/main.cpp index f2e98fca..edf104be 100644 --- a/kbugbuster/main.cpp +++ b/kbugbuster/main.cpp @@ -51,14 +51,14 @@ int main(int argc, char *argv[]) aboutData.addAuthor( "Cornelius Schumacher", 0, "schumacher@kde.org" ); aboutData.addAuthor( "Simon Hausmann", 0, "hausmann@kde.org" ); aboutData.addAuthor( "David Faure", 0, "faure@kde.org" ); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication app; app.dcopClient()->attach(); - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); if (args->isSet("disconnected")) { BugSystem::self()->setDisconnected( true ); } -- cgit v1.2.1