diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:21 -0600 |
commit | 3bfcdbbf124ada52e8245aaeb3fa8cb539aa2b9b (patch) | |
tree | d69f9f717e93a0731424e4817804402ebc342318 /kmid | |
parent | 275f642e8f4d53a8530ec6c7ee69652765354ef9 (diff) | |
download | tdemultimedia-3bfcdbbf124ada52e8245aaeb3fa8cb539aa2b9b.tar.gz tdemultimedia-3bfcdbbf124ada52e8245aaeb3fa8cb539aa2b9b.zip |
Additional kde to tde renaming
Diffstat (limited to 'kmid')
-rw-r--r-- | kmid/Makefile.am | 2 | ||||
-rw-r--r-- | kmid/history.txt | 2 | ||||
-rw-r--r-- | kmid/ktrianglebutton.cpp | 2 | ||||
-rw-r--r-- | kmid/ktrianglebutton.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/kmid/Makefile.am b/kmid/Makefile.am index dbcb99e5..d4c9545c 100644 --- a/kmid/Makefile.am +++ b/kmid/Makefile.am @@ -28,7 +28,7 @@ noinst_HEADERS = kmidframe.h kmidclient.h kdisptext.h \ channelcfgdlg.h instrname.h rhythmview.h \ songlist.h slman.h kmid_part.h -kmid_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kmid_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor kmid_SOURCES = main.cpp kmid_LDADD = libkmidlib.la diff --git a/kmid/history.txt b/kmid/history.txt index c436db0b..77ad9f5f 100644 --- a/kmid/history.txt +++ b/kmid/history.txt @@ -550,7 +550,7 @@ Sunday 5-3-2000 QScrollView) Sunday 2-4-2000 -- Now Libkmid links with kdecore and qt in order to use a KConfig object to +- Now Libkmid links with tdecore and qt in order to use a KConfig object to read the default settings as saved by the user with the midi kcontrol module. - It creates a "dummy" KInstance in case of the application being a non-KDE application. diff --git a/kmid/ktrianglebutton.cpp b/kmid/ktrianglebutton.cpp index f2c47ca5..348a2944 100644 --- a/kmid/ktrianglebutton.cpp +++ b/kmid/ktrianglebutton.cpp @@ -20,7 +20,7 @@ Send comments and bug fixes to larrosa@kde.org or to Antonio Larrosa, Rio Arnoya, 10 5B, 29006 Malaga, Spain - Note: This widget was based on KButton as found in the kdelibs/kdeui + Note: This widget was based on KButton as found in the kdelibs/tdeui KButton was originally copyrighted by Torben Weis (weis@kde.org) and Matthias Ettrich (ettrich@kde.org) on 1997 diff --git a/kmid/ktrianglebutton.h b/kmid/ktrianglebutton.h index c67a0dad..6764c95d 100644 --- a/kmid/ktrianglebutton.h +++ b/kmid/ktrianglebutton.h @@ -20,7 +20,7 @@ Send comments and bug fixes to larrosa@kde.org or to Antonio Larrosa, Rio Arnoya, 10 5B, 29006 Malaga, Spain - Note: This widget was copied from KButton as found in the kdelibs/kdeui + Note: This widget was copied from KButton as found in the kdelibs/tdeui KButton was originally copyrighted by Torben Weis (weis@kde.org) and Matthias Ettrich (ettrich@kde.org) on 1997 |