summaryrefslogtreecommitdiffstats
path: root/arts/builder/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arts/builder/main.cpp')
-rw-r--r--arts/builder/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/arts/builder/main.cpp b/arts/builder/main.cpp
index 229f4f61..9e6cc8ac 100644
--- a/arts/builder/main.cpp
+++ b/arts/builder/main.cpp
@@ -932,15 +932,15 @@ int main(int argc, char **argv)
aboutData.addCredit("Hans Meine", 0, "hans_meine@gmx.net");
aboutData.addCredit("Jeff Tranter", 0, "tranter@pobox.com");
- KCmdLineArgs::init(argc, argv, &aboutData);
- KCmdLineArgs::addCmdLineOptions(options);
+ TDECmdLineArgs::init(argc, argv, &aboutData);
+ TDECmdLineArgs::addCmdLineOptions(options);
Arts::QIOManager iomanager;
Arts::Dispatcher dispatcher(&iomanager);
Arts::ObjectManager::the()->provideCapability("kdegui");
// check for one optional filename argument
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
if(args->count() > 1) {
args->usage("");
}