summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/test-without-dl/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/test-without-dl/main.cpp')
-rw-r--r--kregexpeditor/test-without-dl/main.cpp2
1 files changed, 1 insertions, 1 deletions
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();