diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-07-24 20:03:21 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-07-24 20:03:21 +0200 |
commit | 1e415aa71b9796eab49e1c2ad2cb00c86e3d5c0e (patch) | |
tree | 41d8eb939f3b24ff3465be216f693801f1b8b581 /src/pics | |
parent | e6526a85a49c0019897ff4692d0e0bbd34a546a3 (diff) | |
download | ksensors-1e415aa71b9796eab49e1c2ad2cb00c86e3d5c0e.tar.gz ksensors-1e415aa71b9796eab49e1c2ad2cb00c86e3d5c0e.zip |
Additional KDE3 => TDE conversion
Diffstat (limited to 'src/pics')
-rw-r--r-- | src/pics/Makefile.am | 4 | ||||
-rw-r--r-- | src/pics/Makefile.in | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/src/pics/Makefile.am b/src/pics/Makefile.am index 0170b55..05e08ba 100644 --- a/src/pics/Makefile.am +++ b/src/pics/Makefile.am @@ -1,4 +1,4 @@ -####### kdevelop will overwrite this part!!! (begin)########## +####### tdevelop will overwrite this part!!! (begin)########## INCLUDES = $(all_includes) @@ -59,4 +59,4 @@ uninstall-local: -rm -f $(kde_icondir)/hicolor/32x32/apps/ksensors.png -rm -f $(kde_icondir)/hicolor/16x16/apps/ksensors.png -####### kdevelop will overwrite this part!!! (end)############ +####### tdevelop will overwrite this part!!! (end)############ diff --git a/src/pics/Makefile.in b/src/pics/Makefile.in index e67665b..a94f787 100644 --- a/src/pics/Makefile.in +++ b/src/pics/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ -####### kdevelop will overwrite this part!!! (begin)########## +####### tdevelop will overwrite this part!!! (begin)########## SHELL = @SHELL@ srcdir = @srcdir@ @@ -153,12 +153,12 @@ LIBZ = @LIBZ@ LIB_JASPER = @LIB_JASPER@ LIB_KAB = @LIB_KAB@ LIB_KABC = @LIB_KABC@ -LIB_KDECORE = @LIB_KDECORE@ -LIB_KDEPRINT = @LIB_KDEPRINT@ -LIB_KDEUI = @LIB_KDEUI@ +LIB_TDECORE = @LIB_TDECORE@ +LIB_TDEPRINT = @LIB_TDEPRINT@ +LIB_TDEUI = @LIB_TDEUI@ LIB_KFILE = @LIB_KFILE@ LIB_KFM = @LIB_KFM@ -LIB_KHTML = @LIB_KHTML@ +LIB_TDEHTML = @LIB_TDEHTML@ LIB_KIMGIO = @LIB_KIMGIO@ LIB_KIO = @LIB_KIO@ LIB_KPARTS = @LIB_KPARTS@ @@ -247,7 +247,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ micodir = @micodir@ qt_includes = @qt_includes@ qt_libraries = @qt_libraries@ @@ -556,7 +556,7 @@ uninstall-local: #>+ 1 -rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/ksensors.png -####### kdevelop will overwrite this part!!! (end)############ +####### tdevelop will overwrite this part!!! (end)############ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |