diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-08 20:06:00 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-01-08 20:06:00 +0100 |
commit | 636f509299122d02087c6fd62e1e4a46dbd22026 (patch) | |
tree | 70e43efceeb5b00e7f19cdac8da44928bd2fb459 /smoke/tde | |
parent | 719b61750c08343f530068ed4127623aeac71cf0 (diff) | |
download | tdebindings-636f509299122d02087c6fd62e1e4a46dbd22026.tar.gz tdebindings-636f509299122d02087c6fd62e1e4a46dbd22026.zip |
Rename many classes to avoid conflicts with KDE
Diffstat (limited to 'smoke/tde')
-rw-r--r-- | smoke/tde/Makefile.am | 2 | ||||
-rw-r--r-- | smoke/tde/generate.pl.in | 2 | ||||
-rw-r--r-- | smoke/tde/tde_header_list (renamed from smoke/tde/kde_header_list) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/smoke/tde/Makefile.am b/smoke/tde/Makefile.am index 60a76588..69e97775 100644 --- a/smoke/tde/Makefile.am +++ b/smoke/tde/Makefile.am @@ -15,7 +15,7 @@ x_sources = x_1.cpp x_2.cpp x_3.cpp x_4.cpp x_5.cpp x_6.cpp x_7.cpp \ x_8.cpp x_9.cpp x_10.cpp x_11.cpp x_12.cpp x_13.cpp x_14.cpp x_15.cpp \ x_16.cpp x_17.cpp x_18.cpp x_19.cpp x_20.cpp -# which sources should be compiled for perlqtkde +# which sources should be compiled for perlqttde libsmoketde_la_SOURCES = $(x_sources) smokedata.cpp $(x_sources) smokedata.cpp: diff --git a/smoke/tde/generate.pl.in b/smoke/tde/generate.pl.in index 1dfd3fd5..ccda877b 100644 --- a/smoke/tde/generate.pl.in +++ b/smoke/tde/generate.pl.in @@ -16,7 +16,7 @@ my $outdir = $here . "/generate.pl.tmpdir"; my $finaloutdir = $here; my $defines = "qtdefines"; my $headerlist = "@srcdir@/header_list"; -my $kdeheaderlist = "@srcdir@/kde_header_list"; +my $kdeheaderlist = "@srcdir@/tde_header_list"; my $definespath = "$here/$defines"; my $headerlistpath = "$here/$headerlist"; my $kdeheaderlistpath = "$here/$kdeheaderlist"; diff --git a/smoke/tde/kde_header_list b/smoke/tde/tde_header_list index f6491c4f..f6491c4f 100644 --- a/smoke/tde/kde_header_list +++ b/smoke/tde/tde_header_list |