parent
fd1d1e1064
commit
2fb700f92b
@ -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,tdecmodule,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,tdescreensaver,kscons_kxt,kscons_tdemdi
|
||||
|
@ -1,30 +0,0 @@
|
||||
%{H_TEMPLATE}
|
||||
|
||||
#ifndef _%{APPNAMEUC}KMDIVIEW_H
|
||||
#define _%{APPNAMEUC}KMDIVIEW_H
|
||||
|
||||
#include <kparts/part.h>
|
||||
#include <kmdichildview.h>
|
||||
#include <kmdichildfrm.h>
|
||||
|
||||
/**
|
||||
* This class serves as the %{APPNAMELC}kmdi view.
|
||||
*
|
||||
* @short main view class
|
||||
*/
|
||||
class %{APPNAMELC}kmdiView : public KMdiChildView
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
%{APPNAMELC}kmdiView( TQWidget *parentWidget=0L, const char *name=0L );
|
||||
virtual ~%{APPNAMELC}kmdiView();
|
||||
|
||||
KParts::ReadWritePart *part() { return m_part; }
|
||||
|
||||
private:
|
||||
KParts::ReadWritePart *m_part;
|
||||
};
|
||||
|
||||
#endif // _%{APPNAMEUC}KMDIVIEW_H
|
||||
|
@ -1,10 +1,10 @@
|
||||
dataFiles = app.kcfg app.tdevelop appkmdi.cpp appkmdi.h appkmdiView.cpp \
|
||||
appkmdiView.h INSTALL kmdikonsole.cpp kmdikonsole.h main.cpp \
|
||||
dataFiles = app.kcfg app.tdevelop apptdemdi.cpp apptdemdi.h apptdemdiView.cpp \
|
||||
apptdemdiView.h INSTALL tdemdikonsole.cpp tdemdikonsole.h main.cpp \
|
||||
messages.sh prefs.ui QUICKSTART README SConscript-doc SConscript-src \
|
||||
SConstruct settings.kcfgc tips VERSION \
|
||||
app_part.cpp app_part.h app_part.rc app_shell.rc
|
||||
|
||||
templateName= kscons_kmdi
|
||||
templateName= kscons_tdemdi
|
||||
|
||||
### no need to change below:
|
||||
template_DATA = $(templateName).kdevtemplate
|
@ -0,0 +1,30 @@
|
||||
%{H_TEMPLATE}
|
||||
|
||||
#ifndef _%{APPNAMEUC}KMDIVIEW_H
|
||||
#define _%{APPNAMEUC}KMDIVIEW_H
|
||||
|
||||
#include <tdeparts/part.h>
|
||||
#include <tdemdichildview.h>
|
||||
#include <tdemdichildfrm.h>
|
||||
|
||||
/**
|
||||
* This class serves as the %{APPNAMELC}tdemdi view.
|
||||
*
|
||||
* @short main view class
|
||||
*/
|
||||
class %{APPNAMELC}tdemdiView : public KMdiChildView
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
%{APPNAMELC}tdemdiView( TQWidget *parentWidget=0L, const char *name=0L );
|
||||
virtual ~%{APPNAMELC}tdemdiView();
|
||||
|
||||
KParts::ReadWritePart *part() { return m_part; }
|
||||
|
||||
private:
|
||||
KParts::ReadWritePart *m_part;
|
||||
};
|
||||
|
||||
#endif // _%{APPNAMEUC}KMDIVIEW_H
|
||||
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
@ -1,8 +1,8 @@
|
||||
dataFiles = kscreensaver.desktop kscreensaver.png kscreensaver.h \
|
||||
kscreensaverui.ui src-Makefile.am kscreensaver.cpp \
|
||||
kscreensaver.tdevelop subdirs
|
||||
dataFiles = tdescreensaver.desktop tdescreensaver.png tdescreensaver.h \
|
||||
tdescreensaverui.ui src-Makefile.am tdescreensaver.cpp \
|
||||
tdescreensaver.tdevelop subdirs
|
||||
|
||||
templateName= kscreensaver
|
||||
templateName= tdescreensaver
|
||||
|
||||
### no need to change below:
|
||||
template_DATA = $(templateName).kdevtemplate
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@ -1,6 +1,6 @@
|
||||
INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes)
|
||||
METASOURCES = AUTO
|
||||
bin_PROGRAMS = tdevelop-htdig
|
||||
tdevelop_htdig_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
|
||||
tdevelop_htdig_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
|
||||
tdevelop_htdig_SOURCES = htdigindex.cpp
|
||||
noinst_HEADERS = htdigindex.h
|
||||
|
Loading…
Reference in new issue