summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/src
diff options
context:
space:
mode:
Diffstat (limited to 'kdevdesigner/src')
-rw-r--r--kdevdesigner/src/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdevdesigner/src/main.cpp b/kdevdesigner/src/main.cpp
index 49dd597f..0a472a97 100644
--- a/kdevdesigner/src/main.cpp
+++ b/kdevdesigner/src/main.cpp
@@ -44,8 +44,8 @@ int main(int argc, char **argv)
KAboutData::License_GPL, "KDevDesigner Copyright: (C) 2004-2005 Alexander Dymo\nTQt Designer Copyright: (C) 2000-2005 Trolltech AS All Rights Reserved", 0, 0);
about.addAuthor( "Trolltech AS", "TQt Designer code (Free Edition)" );
about.addAuthor( "Alexander Dymo", "Port to KDE, partification", "adymo@tdevelop.org" );
- KCmdLineArgs::init(argc, argv, &about);
- KCmdLineArgs::addCmdLineOptions( options );
+ TDECmdLineArgs::init(argc, argv, &about);
+ TDECmdLineArgs::addCmdLineOptions( options );
KApplication app;
// see if we are starting with session management
@@ -68,7 +68,7 @@ int main(int argc, char **argv)
app.processEvents();
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
if ( args->count() == 0 )
{