summaryrefslogtreecommitdiffstats
path: root/knode/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knode/main.cpp')
-rw-r--r--knode/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/knode/main.cpp b/knode/main.cpp
index dd84d8f8..e433b543 100644
--- a/knode/main.cpp
+++ b/knode/main.cpp
@@ -29,8 +29,8 @@ int main(int argc, char* argv[])
{
AboutData aboutData;
- KCmdLineArgs::init( argc, argv, &aboutData );
- KCmdLineArgs::addCmdLineOptions( knode_options );
+ TDECmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::addCmdLineOptions( knode_options );
KUniqueApplication::addCmdLineOptions();
if (!KNApplication::start())