summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index cdc8fc6..2ad3d44 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -42,8 +42,8 @@ int main(int argc, char **argv)
KAboutData about("wlassistant", I18N_NOOP("Wireless Assistant"), version, description,
KAboutData::License_GPL, "(C) %{YEAR} Pawel Nawrocki", 0, 0, "[email protected]");
about.addAuthor( "Pawel Nawrocki", 0, "[email protected]" );
- KCmdLineArgs::init(argc, argv, &about);
- KCmdLineArgs::addCmdLineOptions( options );
+ TDECmdLineArgs::init(argc, argv, &about);
+ TDECmdLineArgs::addCmdLineOptions( options );
KApplication app;
WirelessAssistant *mainWin = 0;
mainWin = new WirelessAssistant();