diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:00 -0600 |
commit | ba462cdcaeee005bc656bec1f7495c80a4fc9f1f (patch) | |
tree | ff8aa91069c08778f490c15b880ace00350c4f2a /kdelirc | |
parent | 6987789e9755571646069fc12f9c3b2a9296a57e (diff) | |
download | tdeutils-ba462cdcaeee005bc656bec1f7495c80a4fc9f1f.tar.gz tdeutils-ba462cdcaeee005bc656bec1f7495c80a4fc9f1f.zip |
Additional renaming of kde to tde
Diffstat (limited to 'kdelirc')
-rw-r--r-- | kdelirc/irkick/irkick.cpp | 2 | ||||
-rw-r--r-- | kdelirc/irkick/kdedmodule_stub.h | 2 | ||||
-rw-r--r-- | kdelirc/kdelirc/Makefile.am | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/kdelirc/irkick/irkick.cpp b/kdelirc/irkick/irkick.cpp index 5763b1b..695c6b0 100644 --- a/kdelirc/irkick/irkick.cpp +++ b/kdelirc/irkick/irkick.cpp @@ -14,7 +14,7 @@ #include <tqtimer.h> #include <tqevent.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <kapplication.h> #include <kaction.h> #if !(TDE_VERSION_MINOR<=1 && TDE_VERSION_RELEASE<=5) diff --git a/kdelirc/irkick/kdedmodule_stub.h b/kdelirc/irkick/kdedmodule_stub.h index 86f4640..57542d2 100644 --- a/kdelirc/irkick/kdedmodule_stub.h +++ b/kdelirc/irkick/kdedmodule_stub.h @@ -7,7 +7,7 @@ *****************************************************************************/ /* This is a machine-generated file, and may be distributed under the GPL - licence, as described in kdelibs/COPYING. + licence, as described in tdelibs/COPYING. */ #ifndef __KDEDMODULE_STUB__ diff --git a/kdelirc/kdelirc/Makefile.am b/kdelirc/kdelirc/Makefile.am index 24422ba..a9796a6 100644 --- a/kdelirc/kdelirc/Makefile.am +++ b/kdelirc/kdelirc/Makefile.am @@ -1,4 +1,4 @@ -####### kdevelop will overwrite this part!!! (begin)########## +####### tdevelop will overwrite this part!!! (begin)########## noinst_LTLIBRARIES = libkdelirc.la noinst_HEADERS = iraction.h arguments.h iractions.h prototype.h modes.h mode.h profileserver.h remoteserver.h @@ -6,7 +6,7 @@ noinst_HEADERS = iraction.h arguments.h iractions.h prototype.h modes.h mode.h p libkdelirc_la_SOURCES = iraction.cpp arguments.cpp iractions.cpp prototype.cpp modes.cpp mode.cpp profileserver.cpp remoteserver.cpp libkdelirc_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIBSOCKET) -####### kdevelop will overwrite this part!!! (end)############ +####### tdevelop will overwrite this part!!! (end)############ # These paths are KDE specific. Use them: # kde_appsdir Where your application's menu entry (.desktop) should go to. # kde_icondir Where your icon should go to - better use KDE_ICON. |