diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:32:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:32:00 -0600 |
commit | 27f2cfdc57b75ea3994e31ad436464353d966cdd (patch) | |
tree | 0aab4fe14ca3ea9071b7a0d97529996e5bb35440 /kdelirc | |
parent | 73dc36225d414b2108708fac11960774f74a3a8a (diff) | |
download | tdeutils-27f2cfdc57b75ea3994e31ad436464353d966cdd.tar.gz tdeutils-27f2cfdc57b75ea3994e31ad436464353d966cdd.zip |
Additional kde to tde renaming
Diffstat (limited to 'kdelirc')
-rw-r--r-- | kdelirc/irkick/Makefile.am | 2 | ||||
-rw-r--r-- | kdelirc/kdelirc/Makefile.am | 2 | ||||
-rw-r--r-- | kdelirc/profiles/klauncher.profile.xml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/kdelirc/irkick/Makefile.am b/kdelirc/irkick/Makefile.am index 5479ac1..eb7f6d8 100644 --- a/kdelirc/irkick/Makefile.am +++ b/kdelirc/irkick/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = icons bin_PROGRAMS = lib_LTLIBRARIES = noinst_LTLIBRARIES = libirkick_common.la -kdeinit_LTLIBRARIES = irkick.la +tdeinit_LTLIBRARIES = irkick.la CLEANFILES = dummy.cpp diff --git a/kdelirc/kdelirc/Makefile.am b/kdelirc/kdelirc/Makefile.am index 1c65118..e4951ef 100644 --- a/kdelirc/kdelirc/Makefile.am +++ b/kdelirc/kdelirc/Makefile.am @@ -34,7 +34,7 @@ INCLUDES = $(all_includes) METASOURCES = AUTO # the library search path. -libkdelirc_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +libkdelirc_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor # Uncomment the following two lines if you add a ui.rc file for your application to make use of # KDE´s XML GUI builing diff --git a/kdelirc/profiles/klauncher.profile.xml b/kdelirc/profiles/klauncher.profile.xml index 87f9035..d5fa6f0 100644 --- a/kdelirc/profiles/klauncher.profile.xml +++ b/kdelirc/profiles/klauncher.profile.xml @@ -3,13 +3,13 @@ <profile id="klauncher"> <name>KDE Program Launcher</name> <author>Gav Wood</author> - <action objid="default" prototype="void kdeinit_exec(QString, QStringList)" repeat="0" autostart="0"> + <action objid="default" prototype="void tdeinit_exec(QString, QStringList)" repeat="0" autostart="0"> <name>Execute</name> <comment>Runs a program or script</comment> <argument type=TQSTRING_OBJECT_NAME_STRING><comment>The executable name and path of the program or script to run</comment></argument> <argument type=TQSTRINGLIST_OBJECT_NAME_STRING><comment>Parameters for the program or script</comment></argument> </action> - <action objid="default" prototype="void kdeinit_exec_wait(QString, QStringList)" repeat="0" autostart="0"> + <action objid="default" prototype="void tdeinit_exec_wait(QString, QStringList)" repeat="0" autostart="0"> <name>Execute and Wait</name> <comment>Runs a program or script and waits for it to finish</comment> <argument type=TQSTRING_OBJECT_NAME_STRING><comment>The executable name and path of the program or script to run</comment></argument> |