summaryrefslogtreecommitdiffstats
path: root/kugar/part/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kugar/part/main.cpp')
-rw-r--r--kugar/part/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kugar/part/main.cpp b/kugar/part/main.cpp
index e37c7799..a846972a 100644
--- a/kugar/part/main.cpp
+++ b/kugar/part/main.cpp
@@ -31,8 +31,8 @@ static KCmdLineOptions options[] =
extern "C" KUGAR_EXPORT int kdemain( int argc, char *argv[] )
{
- KCmdLineArgs::init( argc, argv, newKugarAboutData() );
- KCmdLineArgs::addCmdLineOptions( options ); // Add our own options.
+ TDECmdLineArgs::init( argc, argv, newKugarAboutData() );
+ TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options.
KoApplication app;