From ba462cdcaeee005bc656bec1f7495c80a4fc9f1f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:53:00 -0600 Subject: Additional renaming of kde to tde --- kregexpeditor/test-without-dl/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kregexpeditor/test-without-dl') diff --git a/kregexpeditor/test-without-dl/main.cpp b/kregexpeditor/test-without-dl/main.cpp index 5b0fe14..76e2fbe 100644 --- a/kregexpeditor/test-without-dl/main.cpp +++ b/kregexpeditor/test-without-dl/main.cpp @@ -55,7 +55,7 @@ int main( int argc, char* argv[] ) iface->doSomething( "setSyntax", (void*) new TQString( TQString::tqfromLatin1( "Emacs" ) ) ); iface->doSomething( "setShowSyntaxCombo", (bool*) true ); - TQFile file("/packages/kde-src/kdeutils/kregexpeditor/test/main.cpp"); + TQFile file("/packages/kde-src/tdeutils/kregexpeditor/test/main.cpp"); file.open(IO_ReadOnly); TQTextStream stream( &file); TQString txt = stream.read(); -- cgit v1.2.3