diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:44 -0600 |
commit | 4ffd16a310c74db19a5ba0c297234470f01cd7b3 (patch) | |
tree | 46f830ac3b70b614ab623571394f0dc49a5dd83b /kpat/main.cpp | |
parent | aa1c1b863d595a4cbd3b1b83b23d5334ca37bc14 (diff) | |
download | tdegames-4ffd16a310c74db19a5ba0c297234470f01cd7b3.tar.gz tdegames-4ffd16a310c74db19a5ba0c297234470f01cd7b3.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'kpat/main.cpp')
-rw-r--r-- | kpat/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpat/main.cpp b/kpat/main.cpp index 95637b81..b1536e7d 100644 --- a/kpat/main.cpp +++ b/kpat/main.cpp @@ -53,9 +53,9 @@ int main( int argc, char **argv ) aboutData.addAuthor("Maren Pakura", I18N_NOOP("Documentation"), "maren@kde.org"); aboutData.addAuthor("Inge Wallin", I18N_NOOP("Bug fixes"), "inge@lysator.liu.se"); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions (options); - KCmdLineArgs* args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions (options); + TDECmdLineArgs* args = TDECmdLineArgs::parsedArgs(); KApplication a; KGlobal::locale()->insertCatalogue("libtdegames"); |