diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:00 -0600 |
commit | ba462cdcaeee005bc656bec1f7495c80a4fc9f1f (patch) | |
tree | ff8aa91069c08778f490c15b880ace00350c4f2a /kregexpeditor | |
parent | 6987789e9755571646069fc12f9c3b2a9296a57e (diff) | |
download | tdeutils-ba462cdcaeee005bc656bec1f7495c80a4fc9f1f.tar.gz tdeutils-ba462cdcaeee005bc656bec1f7495c80a4fc9f1f.zip |
Additional renaming of kde to tde
Diffstat (limited to 'kregexpeditor')
-rw-r--r-- | kregexpeditor/Makefile.am | 2 | ||||
-rw-r--r-- | kregexpeditor/TODO | 18 | ||||
-rwxr-xr-x | kregexpeditor/qt-only/compile | 6 | ||||
-rw-r--r-- | kregexpeditor/test-without-dl/main.cpp | 2 |
4 files changed, 14 insertions, 14 deletions
diff --git a/kregexpeditor/Makefile.am b/kregexpeditor/Makefile.am index d6dea21..1b93d34 100644 --- a/kregexpeditor/Makefile.am +++ b/kregexpeditor/Makefile.am @@ -36,7 +36,7 @@ METASOURCES = AUTO service_DATA = kregexpeditorgui.desktop servicedir = $(kde_servicesdir) -#### The dynamically-loadable module (its interface is defined in kdelibs) +#### The dynamically-loadable module (its interface is defined in tdelibs) kde_module_LTLIBRARIES = libkregexpeditorgui.la libkregexpeditorgui_la_SOURCES = kregexpeditorfactory.cpp libkregexpeditorgui_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module diff --git a/kregexpeditor/TODO b/kregexpeditor/TODO index 7ee9a13..efc181c 100644 --- a/kregexpeditor/TODO +++ b/kregexpeditor/TODO @@ -28,19 +28,19 @@ Back references Modules to go through to search for places to use KRegExpEditor --------------------------------------------------------------- KodeKnight -kdeadmin -kdebase -kdeedu +tdeadmin +tdebase +tdeedu tdegames -kdegraphics +tdegraphics kdeinstaller -kdelibs -kdemultimedia -kdenetwork +tdelibs +tdemultimedia +tdenetwork kdenonbeta tdepim -kdesdk -kdetoys +tdesdk +tdetoys kfte kmusic koffice diff --git a/kregexpeditor/qt-only/compile b/kregexpeditor/qt-only/compile index d6fb6c6..df207a6 100755 --- a/kregexpeditor/qt-only/compile +++ b/kregexpeditor/qt-only/compile @@ -2,7 +2,7 @@ # On Linux do this ln -s ../*.{cpp,h,y,l} . ln -s ../{KMultiFormListBox,KWidgetStreamer}/*.{cpp,h} . -ln -s $KDESRC/kdelibs/interfaces/kregexpeditor/kregexpeditorinterface.h . +ln -s $KDESRC/tdelibs/interfaces/kregexpeditor/kregexpeditorinterface.h . ln -s gen_qregexpparser.cc gen_qregexpparser.cpp touch unistd.h mkdir icons @@ -17,9 +17,9 @@ bison -d -p qregexp -o gen_qregexpparser.cc qregexpparser.y mkdir manual cd manual -meinproc $KDESRC/kdeutils/doc/KRegExpEditor/index.docbook +meinproc $KDESRC/tdeutils/doc/KRegExpEditor/index.docbook for x in *.html; do sed 's/<img src="help:[^>]*>//' < $x > tmp.html; mv tmp.html $x; done -cp $KDESRC/kdeutils/doc/KRegExpEditor/*.png . +cp $KDESRC/tdeutils/doc/KRegExpEditor/*.png . cd .. (cd icons; $QTDIR/tools/qembed/qembed --images *.png > ../images.h) 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(); |