diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:47:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:47:50 -0600 |
commit | f718e36538aa686bae52576c8991c247ebb398a4 (patch) | |
tree | 600cfabf7008fdbe83906f25a5bba64bd73379f6 /kteatime | |
parent | a33a245c75b4391f77d4eee4339944cad8390cbf (diff) | |
download | tdetoys-f718e36538aa686bae52576c8991c247ebb398a4.tar.gz tdetoys-f718e36538aa686bae52576c8991c247ebb398a4.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'kteatime')
-rw-r--r-- | kteatime/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kteatime/Makefile.am b/kteatime/Makefile.am index edf5099..a39e56a 100644 --- a/kteatime/Makefile.am +++ b/kteatime/Makefile.am @@ -6,10 +6,10 @@ bin_PROGRAMS = kteatime kteatime_SOURCES = main.cpp toplevel.cpp tealist.cpp timeedit.cpp kteatime_METASOURCES = AUTO -kteatime_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kteatime_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor # LIB_KIO needed for KNotifyDialog -kteatime_LDADD = $(LIB_KDEUI) $(LIB_KIO) +kteatime_LDADD = $(LIB_TDEUI) $(LIB_KIO) KDE_ICON = kteatime |