From ceaf90ad848c69d693f0c9eedbc8f9ab1935e42f Mon Sep 17 00:00:00 2001 From: llornkcor Date: Wed, 29 May 2002 15:24:04 +0000 Subject: : is not the proper way to end a line in C, nor C++.. please use a ; next time --- (limited to 'core/apps') diff --git a/core/apps/textedit/textedit.cpp b/core/apps/textedit/textedit.cpp index 403bd92..f89ed6d 100644 --- a/core/apps/textedit/textedit.cpp +++ b/core/apps/textedit/textedit.cpp @@ -510,7 +510,7 @@ void TextEdit::fileOpen() // if(cfg.readEntry("useOldFileDialog") == "TRUE") // b=TRUE; // if(!b) { - QString str = OFileDialog::getOpenFileName( 1,"/")://,"", "*", this ); + QString str = OFileDialog::getOpenFileName( 1,"/");//,"", "*", this ); if(!str.isEmpty() ) openFile( str ); // } else { -- cgit v0.9.0.2