summaryrefslogtreecommitdiffstats
path: root/ktnef/gui/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ktnef/gui/main.cpp')
-rw-r--r--ktnef/gui/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ktnef/gui/main.cpp b/ktnef/gui/main.cpp
index 27ad32a2..8f655e67 100644
--- a/ktnef/gui/main.cpp
+++ b/ktnef/gui/main.cpp
@@ -42,9 +42,9 @@ int main(int argc, char *argv[])
aboutData.addAuthor("Michael Goffioul",0, "tdeprint@swing.be");
TDECmdLineArgs::init( argc, argv, &aboutData );
TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options.
- KApplication::addCmdLineOptions();
+ TDEApplication::addCmdLineOptions();
- KApplication a;
+ TDEApplication a;
KTNEFMain *tnef = new KTNEFMain();
a.setMainWidget(tnef);
tnef->show();