summaryrefslogtreecommitdiffstats
path: root/kdelirc
diff options
context:
space:
mode:
Diffstat (limited to 'kdelirc')
-rw-r--r--kdelirc/irkick/Makefile.am2
-rw-r--r--kdelirc/kdelirc/Makefile.am2
-rw-r--r--kdelirc/profiles/klauncher.profile.xml4
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>