diff options
Diffstat (limited to 'kdelirc/profiles')
-rw-r--r-- | kdelirc/profiles/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kdelirc/profiles/Makefile.am | 2 | ||||
-rw-r--r-- | kdelirc/profiles/tdelauncher.profile.xml (renamed from kdelirc/profiles/klauncher.profile.xml) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kdelirc/profiles/CMakeLists.txt b/kdelirc/profiles/CMakeLists.txt index c6f8828..7fedebd 100644 --- a/kdelirc/profiles/CMakeLists.txt +++ b/kdelirc/profiles/CMakeLists.txt @@ -10,7 +10,7 @@ ################################################# install( FILES profile.dtd noatun.profile.xml - klauncher.profile.xml konqueror.profile.xml + tdelauncher.profile.xml konqueror.profile.xml DESTINATION ${DATA_INSTALL_DIR}/profiles ) diff --git a/kdelirc/profiles/Makefile.am b/kdelirc/profiles/Makefile.am index e25d1d4..9561d73 100644 --- a/kdelirc/profiles/Makefile.am +++ b/kdelirc/profiles/Makefile.am @@ -1,4 +1,4 @@ -profiledata_DATA = profile.dtd noatun.profile.xml klauncher.profile.xml konqueror.profile.xml +profiledata_DATA = profile.dtd noatun.profile.xml tdelauncher.profile.xml konqueror.profile.xml profiledatadir = $(kde_datadir)/profiles EXTRA_DIST = $(profiledata_DATA) diff --git a/kdelirc/profiles/klauncher.profile.xml b/kdelirc/profiles/tdelauncher.profile.xml index 4a19c71..57eca31 100644 --- a/kdelirc/profiles/klauncher.profile.xml +++ b/kdelirc/profiles/tdelauncher.profile.xml @@ -1,6 +1,6 @@ <?xml version="1.0" ?> <!DOCTYPE profile SYSTEM "profile.dtd"> -<profile id="klauncher"> +<profile id="tdelauncher"> <name>TDE Program Launcher</name> <author>Gav Wood</author> <action objid="default" prototype="void tdeinit_exec(QString, QStringList)" repeat="0" autostart="0"> |