diff options
Diffstat (limited to 'knewstuff/khotnewstuff.cpp')
-rw-r--r-- | knewstuff/khotnewstuff.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/knewstuff/khotnewstuff.cpp b/knewstuff/khotnewstuff.cpp index e479bd3b3..cf68255a3 100644 --- a/knewstuff/khotnewstuff.cpp +++ b/knewstuff/khotnewstuff.cpp @@ -36,11 +36,11 @@ static const KCmdLineOptions op[] = int main(int argc, char **argv) { KAboutData about("khotnewstuff", "KHotNewStuff", "0.2"); - KCmdLineArgs *args; + TDECmdLineArgs *args; - KCmdLineArgs::init(argc, argv, &about); - KCmdLineArgs::addCmdLineOptions(op); - args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::addCmdLineOptions(op); + args = TDECmdLineArgs::parsedArgs(); KApplication i; |