diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index 4d60369..5485aa1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -21,7 +21,7 @@ ***************************************************************************/ #include <tdeaboutdata.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tdecmdlineargs.h> #include <kdebug.h> #include <tdelocale.h> @@ -30,7 +30,7 @@ #include "knmap.h" static const char description[] = I18N_NOOP( "A KDE frontend for nmap" ); -static TDECmdLineOptions options[] = { KCmdLineLastOption }; +static TDECmdLineOptions options[] = { TDECmdLineLastOption }; // main // ==== @@ -61,7 +61,7 @@ int main( int argc, string argv[]) "http://informatics.cdu.edu.au/staff/kgilbert" ); TDECmdLineArgs::init( argc, argv, &about ); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; if( app.isRestored( )) { RESTORE( Knmap ); |