diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 02:21:29 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 02:21:29 -0600 |
commit | e5c4347deaf8b35481178a3e8af00ea1c60e184e (patch) | |
tree | 76c9e5a18705af0b71e5550986bdafb46c108253 /lib/kdoc.rules | |
parent | d12331d1ff7a29a4c1c297ea46504352430e85b7 (diff) | |
download | koffice-e5c4347deaf8b35481178a3e8af00ea1c60e184e.tar.gz koffice-e5c4347deaf8b35481178a3e8af00ea1c60e184e.zip |
Additional kde to tde renaming
Diffstat (limited to 'lib/kdoc.rules')
-rw-r--r-- | lib/kdoc.rules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/kdoc.rules b/lib/kdoc.rules index 818da2dc..e70b58a0 100644 --- a/lib/kdoc.rules +++ b/lib/kdoc.rules @@ -7,14 +7,14 @@ kde_MODULES = store kofficecore kofficeui kotext store_FILES = *.h -store_LIBS = -lkdecore -lqt +store_LIBS = -ltdecore -lqt kofficecore_FILES = *.h -kofficecore_LIBS = -lkparts -lkdecore -lqt +kofficecore_LIBS = -lkparts -ltdecore -lqt kofficeui_FILES = *.h -kofficeui_LIBS = -lkofficecore -lkdeui -lkdecore -lqt +kofficeui_LIBS = -lkofficecore -ltdeui -ltdecore -lqt kotext_FILES = *.h -kotext_LIBS = -lkofficecore -lkdeui -lkdecore -lqt +kotext_LIBS = -lkofficecore -ltdeui -ltdecore -lqt |