Fix FTBFS resulting from KCModule rename

pull/1/head
Timothy Pearson 11 years ago
parent da1522385e
commit fd1d1e1064

@ -2706,7 +2706,7 @@
* Added cast methods to the editor interfaces, so
you don't have to pass strings around any longer
2001-05-19 Bernd Gehrmann <bernd@physik.hu-berlin.de>
* Added kicker, kioslave and kcmodule templates
* Added kicker, kioslave and tdecmodule templates
* Each template can define an icon which is
shown in the app wizard
* The Big TDEInstance Cleanup

@ -12,7 +12,7 @@
add_subdirectory( kapp )
add_subdirectory( kpartapp )
add_subdirectory( kpartplugin )
add_subdirectory( kcmodule )
add_subdirectory( tdecmodule )
add_subdirectory( kicker )
add_subdirectory( kioslave )
add_subdirectory( kdevpart )

@ -1,4 +1,4 @@
SUBDIRS = kapp kpartapp kpartplugin kcmodule kicker kioslave kdevpart kdevpart2 chello cpphello kscreensaver kofficepart chello_gba dcopservice konqnavpanel qmakesimple qmakeapp qt4makeapp khello khello2 kateplugin kateplugin2 qtopiaapp kdedcop wxhello cppsdlhello kconfig35 kdevlang noatunvisual noatunui kmod kfileplugin clanlib opieapp opieapplet opieinput opiemenu opienet opietoday kxt gtk2mmapp cppcurseshello win32hello win32gui cmakesimple cmakesimplec cmakelibcpp cmakelibc kscons_kxt kscons_kmdi qt4hello qmakeempty automakeempty makefileempty qtopia4app kde4app
SUBDIRS = kapp kpartapp kpartplugin tdecmodule kicker kioslave kdevpart kdevpart2 chello cpphello kscreensaver kofficepart chello_gba dcopservice konqnavpanel qmakesimple qmakeapp qt4makeapp khello khello2 kateplugin kateplugin2 qtopiaapp kdedcop wxhello cppsdlhello kconfig35 kdevlang noatunvisual noatunui kmod kfileplugin clanlib opieapp opieapplet opieinput opiemenu opienet opietoday kxt gtk2mmapp cppcurseshello win32hello win32gui cmakesimple cmakesimplec cmakelibcpp cmakelibc kscons_kxt kscons_kmdi qt4hello qmakeempty automakeempty makefileempty qtopia4app kde4app
profilescdir = $(kde_datadir)/tdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CIDE
profilesc_DATA = c.appwizard

@ -1,2 +1,2 @@
[General]
List=kdedcop,kioslave,kxt,kdevlang,kmake,kapp,kconfig35,kdevlang,kdevpart,kateplugin,kdevpart2,kopart,noatunui,kateplugin2,kfileplugin,konqnavpanel,noatunvisual,dcopservice,khello,kpartapp,khello2,kpartplugin,kcmodule,kicker,kscreensaver,kscons_kxt,kscons_kmdi
List=kdedcop,kioslave,kxt,kdevlang,kmake,kapp,kconfig35,kdevlang,kdevpart,kateplugin,kdevpart2,kopart,noatunui,kateplugin2,kfileplugin,konqnavpanel,noatunvisual,dcopservice,khello,kpartapp,khello2,kpartplugin,tdecmodule,kicker,kscreensaver,kscons_kxt,kscons_kmdi

@ -9,18 +9,18 @@
#
#################################################
add_custom_target( kcmodule.tar.gz ALL
COMMAND tar zcf kcmodule.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR}
add_custom_target( tdecmodule.tar.gz ALL
COMMAND tar zcf tdecmodule.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR}
module.cpp module.h module.desktop module.tdevelop
src-Makefile.am kcmodule.png subdirs
src-Makefile.am tdecmodule.png subdirs
)
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/kcmodule.tar.gz kcmodule.png
${CMAKE_CURRENT_BINARY_DIR}/tdecmodule.tar.gz tdecmodule.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
install( FILES
kcmodule.kdevtemplate
tdecmodule.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )

@ -1,6 +1,6 @@
dataFiles = module.cpp module.h module.desktop module.tdevelop \
src-Makefile.am kcmodule.png subdirs
templateName = kcmodule
src-Makefile.am tdecmodule.png subdirs
templateName = tdecmodule
### no need to change below:
template_DATA = $(templateName).kdevtemplate

@ -3,7 +3,7 @@
#ifndef _%{APPNAMEUC}_H_
#define _%{APPNAMEUC}_H_
#include <kcmodule.h>
#include <tdecmodule.h>
#include <kaboutdata.h>
class %{APPNAME}: public TDECModule

@ -31,7 +31,7 @@ Name[sv]=Modul i inställningscentralen
Name[tr]=Kontrol Merkezi Birimi
Name[zh_CN]=控制中心模块
Name[zh_TW]=控制中心模組
Icon=kcmodule.png
Icon=tdecmodule.png
Category=C++/TDE
Comment=Generates a framework for a module which can be embedded into the TDE Control Center.
Comment[ca]=Genera una infraestructura per a un mòdul que es pugui encastar al Centre de control de TDE.
@ -65,7 +65,7 @@ Comment[zh_CN]=生成一个可嵌入 TDE 控制中心的模块框架。
Comment[zh_TW]=產生一個可以嵌入 TDE 控制中心的模組框架。
FileTemplates=h,CStyle,cpp,CStyle
ShowFilesAfterGeneration=%{dest}/src/%{APPNAMELC}.cpp
Archive=kcmodule.tar.gz
Archive=tdecmodule.tar.gz
[ADMIN]
Type=include
Loading…
Cancel
Save