Additional renaming of kde to tde

pull/1/head
Timothy Pearson 13 years ago
parent 15cd24c381
commit 570b19873b

@ -72,7 +72,7 @@ def detect_kde(env):
kdedir = getstr('kdedir') kdedir = getstr('kdedir')
kdeincludes = getpath('kdeincludes') kdeincludes = getpath('kdeincludes')
kdelibs = getpath('kdelibs') tdelibs = getpath('tdelibs')
qtdir = getstr('qtdir') qtdir = getstr('qtdir')
qtincludes = getpath('qtincludes') qtincludes = getpath('qtincludes')
@ -94,7 +94,7 @@ def detect_kde(env):
if kdedir: p('RED','kde-config was NOT found in the folder given '+kdedir) if kdedir: p('RED','kde-config was NOT found in the folder given '+kdedir)
else: p('RED','kde-config was NOT found in your PATH') else: p('RED','kde-config was NOT found in your PATH')
print "Make sure kde is installed properly" print "Make sure kde is installed properly"
print "(missing package kdebase-devel?)" print "(missing package tdebase-devel?)"
env.Exit(1) env.Exit(1)
if kdedir: env['KDEDIR']=kdedir if kdedir: env['KDEDIR']=kdedir
else: env['KDEDIR'] = os.popen(kde_config+' -prefix').read().strip() else: env['KDEDIR'] = os.popen(kde_config+' -prefix').read().strip()
@ -237,9 +237,9 @@ def detect_kde(env):
## kde libs and includes ## kde libs and includes
env['KDEINCLUDEPATH']=kdeincludes env['KDEINCLUDEPATH']=kdeincludes
if not kdelibs: if not tdelibs:
kdelibs=os.popen(kde_config+' --expandvars --install lib').read().strip() tdelibs=os.popen(kde_config+' --expandvars --install lib').read().strip()
env['KDELIBPATH']=kdelibs env['KDELIBPATH']=tdelibs
## qt libs and includes ## qt libs and includes
env['QTINCLUDEPATH']=qtincludes env['QTINCLUDEPATH']=qtincludes
@ -268,7 +268,7 @@ def generate(env):
p('BOLD','* libsuffix ','suffix of libraries on amd64, ie: 64, 32') p('BOLD','* libsuffix ','suffix of libraries on amd64, ie: 64, 32')
p('BOLD','* kdeincludes','kde includes path (/usr/include/kde on debian, ..)') p('BOLD','* kdeincludes','kde includes path (/usr/include/kde on debian, ..)')
p('BOLD','* qtincludes ','qt includes path (/usr/include/qt on debian, ..)') p('BOLD','* qtincludes ','qt includes path (/usr/include/qt on debian, ..)')
p('BOLD','* kdelibs ','kde libraries path, for linking the programs') p('BOLD','* tdelibs ','kde libraries path, for linking the programs')
p('BOLD','* qtlibs ','qt libraries path, for linking the program') p('BOLD','* qtlibs ','qt libraries path, for linking the program')
p('BOLD','* scons configure libdir=/usr/local/lib qtincludes=/usr/include/qt\n') p('BOLD','* scons configure libdir=/usr/local/lib qtincludes=/usr/include/qt\n')

@ -24,7 +24,7 @@
#include <kiconloader.h> #include <kiconloader.h>
#include <kiconeffect.h> #include <kiconeffect.h>
#include <kdeversion.h> #include <tdeversion.h>
void NetListViewItem::paintCell(TQPainter *p, const TQColorGroup &cg, int column, int width, int tqalignment) void NetListViewItem::paintCell(TQPainter *p, const TQColorGroup &cg, int column, int width, int tqalignment)
{ {

Loading…
Cancel
Save