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 /kblackbox/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 'kblackbox/main.cpp')
-rw-r--r-- | kblackbox/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kblackbox/main.cpp b/kblackbox/main.cpp index b21650e7..63f877d6 100644 --- a/kblackbox/main.cpp +++ b/kblackbox/main.cpp @@ -30,7 +30,7 @@ int main( int argc, char **argv ) KBVERSION, description, KAboutData::License_GPL, "(c) 1999-2000, Robert Cimrman"); aboutData.addAuthor("Robert Cimrman",0, "cimrman3@students.zcu.cz"); - KCmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::init( argc, argv, &aboutData ); KApplication a; KGlobal::locale()->insertCatalogue("libtdegames"); |