summaryrefslogtreecommitdiffstats
path: root/kaboodle/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kaboodle/main.cpp')
-rw-r--r--kaboodle/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kaboodle/main.cpp b/kaboodle/main.cpp
index b3f4f84e..3353005c 100644
--- a/kaboodle/main.cpp
+++ b/kaboodle/main.cpp
@@ -44,11 +44,11 @@ static KCmdLineOptions options[] =
int main(int argc, char **argv)
{
- KCmdLineArgs::init(argc, argv, Kaboodle::KaboodleFactory::aboutData());
- KCmdLineArgs::addCmdLineOptions(options);
+ TDECmdLineArgs::init(argc, argv, Kaboodle::KaboodleFactory::aboutData());
+ TDECmdLineArgs::addCmdLineOptions(options);
#ifndef NDEBUG
- if(!KCmdLineArgs::parsedArgs()->isSet("qdebug"))
+ if(!TDECmdLineArgs::parsedArgs()->isSet("qdebug"))
tqInstallMsgHandler(noMessageOutput);
#endif