From e044c5463329652f28565dfc7de24ef8b0edaa6f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 17 Jun 2015 15:33:10 +0900 Subject: Revert to .kdevelop files with entity name for project files. This resolves bug 2308. Signed-off-by: Michele Calgaro --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 6f27e415..65177e53 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -126,7 +126,7 @@ int main(int argc, char *argv[]) } else if( args->count() > 0 ){ KURL url = args->url( 0 ); TQString ext = TQFileInfo( url.fileName() ).extension(); - if( ext == "tdevelop" ){ + if( ext == "kdevelop" ){ ProjectManager::getInstance()->loadProject( url ); openProject = true; } -- cgit v1.2.3