diff options
Diffstat (limited to 'kdat/main.cpp')
-rw-r--r-- | kdat/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdat/main.cpp b/kdat/main.cpp index 7a70f8d..9d4c27a 100644 --- a/kdat/main.cpp +++ b/kdat/main.cpp @@ -75,7 +75,7 @@ int main( int argc, char** argv ) TDECmdLineArgs::init( argc, argv, &aboutData ); aboutData.addAuthor( "Lawrence Widman", 0, "kdat@cardiothink.com"); // TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. - KApplication app; + TDEApplication app; app.setMainWidget( KDatMainWindow::getInstance() ); |