summaryrefslogtreecommitdiffstats
path: root/win/pro_files/kstyles
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:31:13 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:31:13 -0600
commit0ae5679aa160245af248836e1d7743aeff63f2e1 (patch)
tree64608dccc9bfd57800995a414f6287b7605ca637 /win/pro_files/kstyles
parentd3b5575f31f14629dbd3fd900665e1a69aa7bcd5 (diff)
downloadtdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.tar.gz
tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.zip
Additional kde to tde renaming
Diffstat (limited to 'win/pro_files/kstyles')
-rw-r--r--win/pro_files/kstyles/common.pro2
-rw-r--r--win/pro_files/kstyles/kthemestyle/themestyle.pro2
-rw-r--r--win/pro_files/kstyles/thinkeramik/widget-engine/genembed.pro2
-rw-r--r--win/pro_files/kstyles/thinkeramik/widget-engine/thinkeramik_rel.pro14
4 files changed, 10 insertions, 10 deletions
diff --git a/win/pro_files/kstyles/common.pro b/win/pro_files/kstyles/common.pro
index d76111c37..6cc40111c 100644
--- a/win/pro_files/kstyles/common.pro
+++ b/win/pro_files/kstyles/common.pro
@@ -8,5 +8,5 @@ include( $(KDELIBS)/win/common.pro )
# needed to export library classes:
DEFINES += MAKE_KSTYLE_LIB
-LIBS += $$KDELIBDESTDIR\kdefx$$KDELIB_SUFFIX
+LIBS += $$KDELIBDESTDIR\tdefx$$KDELIB_SUFFIX
diff --git a/win/pro_files/kstyles/kthemestyle/themestyle.pro b/win/pro_files/kstyles/kthemestyle/themestyle.pro
index 773030b6b..fa55f19e3 100644
--- a/win/pro_files/kstyles/kthemestyle/themestyle.pro
+++ b/win/pro_files/kstyles/kthemestyle/themestyle.pro
@@ -1,6 +1,6 @@
include( ../common.pro )
-LIBS += $$KDELIBDESTDIR\kdecore$$KDELIB_SUFFIX
+LIBS += $$KDELIBDESTDIR\tdecore$$KDELIB_SUFFIX
TARGET = kthemestyle$$KDEBUG
diff --git a/win/pro_files/kstyles/thinkeramik/widget-engine/genembed.pro b/win/pro_files/kstyles/thinkeramik/widget-engine/genembed.pro
index 37e637ed7..0424eb476 100644
--- a/win/pro_files/kstyles/thinkeramik/widget-engine/genembed.pro
+++ b/win/pro_files/kstyles/thinkeramik/widget-engine/genembed.pro
@@ -3,7 +3,7 @@ TEMPLATE = app
include( $(KDELIBS)/win/common.pro )
-unix:LIBS += -lkdefx
+unix:LIBS += -ltdefx
win32 {
CONFIG +=console
diff --git a/win/pro_files/kstyles/thinkeramik/widget-engine/thinkeramik_rel.pro b/win/pro_files/kstyles/thinkeramik/widget-engine/thinkeramik_rel.pro
index 66346be7d..549e2344f 100644
--- a/win/pro_files/kstyles/thinkeramik/widget-engine/thinkeramik_rel.pro
+++ b/win/pro_files/kstyles/thinkeramik/widget-engine/thinkeramik_rel.pro
@@ -1,4 +1,4 @@
-# release version with compiled-in kdefx classes
+# release version with compiled-in tdefx classes
# this is used eg. for QT-only apps like Installer
TEMPLATE = lib
@@ -35,15 +35,15 @@ gradients.cpp \
thinkeramik.cpp \
pixmaploader.cpp
-#compile in kdefx
+#compile in tdefx
SOURCES += \
-../../../kdefx/kstyle.cpp \
-../../../kdefx/kimageeffect.cpp \
-../../../kdefx/kpixmapeffect.cpp \
-../../../kdefx/kpixmap.cpp
+../../../tdefx/kstyle.cpp \
+../../../tdefx/kimageeffect.cpp \
+../../../tdefx/kpixmapeffect.cpp \
+../../../tdefx/kpixmap.cpp
system( moc thinkeramik.h -o moc/thinkeramik.moc )
-system( moc ../../../kdefx/kstyle.h -o moc/kstyle.moc )
+system( moc ../../../tdefx/kstyle.h -o moc/kstyle.moc )
system( bash ./genemb.sh )