From c705f8f0619865875d6247d9470dced55241bc79 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:45 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kolourpaint/kolourpaint.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kolourpaint') diff --git a/kolourpaint/kolourpaint.cpp b/kolourpaint/kolourpaint.cpp index b82dca77..37a2032f 100644 --- a/kolourpaint/kolourpaint.cpp +++ b/kolourpaint/kolourpaint.cpp @@ -173,8 +173,8 @@ int main (int argc, char *argv []) aboutData.addCredit ("Michele"); - KCmdLineArgs::init (argc, argv, &aboutData); - KCmdLineArgs::addCmdLineOptions (cmdLineOptions); + TDECmdLineArgs::init (argc, argv, &aboutData); + TDECmdLineArgs::addCmdLineOptions (cmdLineOptions); KApplication app; @@ -205,7 +205,7 @@ int main (int argc, char *argv []) else { kpMainWindow *mainWindow; - KCmdLineArgs *args = KCmdLineArgs::parsedArgs (); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs (); if (args->count () >= 1) { -- cgit v1.2.1