diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:21:29 -0600 | 
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:21:29 -0600 | 
| commit | e5c4347deaf8b35481178a3e8af00ea1c60e184e (patch) | |
| tree | 76c9e5a18705af0b71e5550986bdafb46c108253 /lib/kofficecore | |
| parent | d12331d1ff7a29a4c1c297ea46504352430e85b7 (diff) | |
| download | koffice-e5c4347deaf8b35481178a3e8af00ea1c60e184e.tar.gz koffice-e5c4347deaf8b35481178a3e8af00ea1c60e184e.zip  | |
Additional kde to tde renaming
Diffstat (limited to 'lib/kofficecore')
| -rw-r--r-- | lib/kofficecore/KoMainWindow.cpp | 2 | ||||
| -rw-r--r-- | lib/kofficecore/Makefile.am | 4 | 
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/kofficecore/KoMainWindow.cpp b/lib/kofficecore/KoMainWindow.cpp index 5e4567de9..94bc9bbbe 100644 --- a/lib/kofficecore/KoMainWindow.cpp +++ b/lib/kofficecore/KoMainWindow.cpp @@ -1253,7 +1253,7 @@ void KoMainWindow::slotFilePrintPreview()      printer.setOutputFileName( tmpFile.name() );      int oldNumCopies = printer.numCopies();      printer.setNumCopies( 1 ); -    // Disable kdeprint's own preview, we'd get two. This shows that KPrinter needs +    // Disable tdeprint's own preview, we'd get two. This shows that KPrinter needs      // a "don't use the previous settings" mode. The current way is really too much of a hack.      TQString oldKDEPreview = printer.option( "kde-preview" );      printer.setOption( "kde-preview", "0" ); diff --git a/lib/kofficecore/Makefile.am b/lib/kofficecore/Makefile.am index 564611150..2312578df 100644 --- a/lib/kofficecore/Makefile.am +++ b/lib/kofficecore/Makefile.am @@ -34,7 +34,7 @@ libkofficecore_la_SOURCES = KoDocument.cpp \  	KoSpeaker.cpp KoOasisLoadingContext.cpp \  	KoRect.cpp -libkofficecore_la_LDFLAGS = $(all_libraries) -version-info 3:0:0 -no-undefined -lkdecore -lkdeui $(LIB_QT) -lkjs -lkdefx -lkio +libkofficecore_la_LDFLAGS = $(all_libraries) -version-info 3:0:0 -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio  include_HEADERS = KoContainerHandler.h \  	KoFilter.h KoFilterChain.h \ @@ -59,7 +59,7 @@ noinst_HEADERS = KoDocument_p.h KoFilterManager_p.h \  kodocinfopropspage_la_SOURCES = KoDocInfoPropsFactory.cpp  kodocinfopropspage_la_LIBADD = ./libkofficecore.la -kodocinfopropspage_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -lkdecore -lkdeui $(LIB_QT) -lkjs -lkdefx -lkio +kodocinfopropspage_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio  METASOURCES = AUTO  | 
