From 272d7c3f5b0ff67c80ee83c0e5cc58c8273fc9d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 24 Jul 2013 19:39:16 +0200 Subject: Additional KDE3 => TDE conversion --- src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main.cpp') 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 -#include +#include #include #include #include @@ -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 ); -- cgit v1.2.1