summaryrefslogtreecommitdiffstats
path: root/kwin-styles/smooth-blend
diff options
context:
space:
mode:
Diffstat (limited to 'kwin-styles/smooth-blend')
-rw-r--r--kwin-styles/smooth-blend/CREDITS4
-rw-r--r--kwin-styles/smooth-blend/client/CMakeLists.txt6
-rw-r--r--kwin-styles/smooth-blend/client/Makefile.am18
-rw-r--r--kwin-styles/smooth-blend/client/config/CMakeLists.txt4
-rw-r--r--kwin-styles/smooth-blend/client/config/Makefile.am12
-rw-r--r--kwin-styles/smooth-blend/client/config/smoothblendconfig.cc4
-rw-r--r--kwin-styles/smooth-blend/client/smoothblend.cc2
-rw-r--r--kwin-styles/smooth-blend/client/smoothblend.desktop2
8 files changed, 26 insertions, 26 deletions
diff --git a/kwin-styles/smooth-blend/CREDITS b/kwin-styles/smooth-blend/CREDITS
index f473e2ea..a4481ec9 100644
--- a/kwin-styles/smooth-blend/CREDITS
+++ b/kwin-styles/smooth-blend/CREDITS
@@ -1,5 +1,5 @@
Justin Berstler aka spasemunkie on kdelook.org - spasemunkie at gmail.com : for his buttons!
-Rick aka bitwit on kdelook.org - bitwit at digilanti.org : for his kwin_template
-David Johnson - david at usermode.org : for his example kwin tutorial
+Rick aka bitwit on kdelook.org - bitwit at digilanti.org : for his twin_template
+David Johnson - david at usermode.org : for his example twin tutorial
Thomas Lübking aka thomas12777 on kdelook.org - baghira-style at gmx.net : for answering questions on getting pixmap buttons into code
Scott Grayban aka sgrayban on kdelook.org : for testing and hosting the files to be downloaded
diff --git a/kwin-styles/smooth-blend/client/CMakeLists.txt b/kwin-styles/smooth-blend/client/CMakeLists.txt
index 5b75b64a..d59126f9 100644
--- a/kwin-styles/smooth-blend/client/CMakeLists.txt
+++ b/kwin-styles/smooth-blend/client/CMakeLists.txt
@@ -27,11 +27,11 @@ link_directories(
##### other data ################################
-install( FILES smoothblend.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin )
+install( FILES smoothblend.desktop DESTINATION ${DATA_INSTALL_DIR}/twin )
-##### kwin3_smoothblend ##########################
+##### twin3_smoothblend ##########################
-tde_add_kpart( kwin3_smoothblend AUTOMOC
+tde_add_kpart( twin3_smoothblend AUTOMOC
SOURCES smoothblend.cc
LINK tdecorations-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
diff --git a/kwin-styles/smooth-blend/client/Makefile.am b/kwin-styles/smooth-blend/client/Makefile.am
index 2309046e..056765d6 100644
--- a/kwin-styles/smooth-blend/client/Makefile.am
+++ b/kwin-styles/smooth-blend/client/Makefile.am
@@ -4,17 +4,17 @@ SUBDIRS = config
KDE_CXXFLAGS = -DQT_PLUGIN
-INCLUDES = $(all_includes) -I$(kde_includes)/kwin
+INCLUDES = $(all_includes) -I$(kde_includes)/twin
-kwindir = $(kde_datadir)/kwin/
-kwin_DATA = smoothblend.desktop
+twindir = $(kde_datadir)/twin/
+twin_DATA = smoothblend.desktop
noinst_HEADERS = smoothblend.h buttons.h
-kde_module_LTLIBRARIES = kwin3_smoothblend.la
-kwin3_smoothblend_la_SOURCES = smoothblend.cc
-kwin3_smoothblend_la_LIBADD = -ltdecorations
-kwin3_smoothblend_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -ltdecore -module $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx
-kwin3_smoothblend_la_METASOURCES = AUTO
+kde_module_LTLIBRARIES = twin3_smoothblend.la
+twin3_smoothblend_la_SOURCES = smoothblend.cc
+twin3_smoothblend_la_LIBADD = -ltdecorations
+twin3_smoothblend_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -ltdecore -module $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx
+twin3_smoothblend_la_METASOURCES = AUTO
-DISTCLEANFILES = $(kwin3_smoothblend_la_METASOURCES)
+DISTCLEANFILES = $(twin3_smoothblend_la_METASOURCES)
diff --git a/kwin-styles/smooth-blend/client/config/CMakeLists.txt b/kwin-styles/smooth-blend/client/config/CMakeLists.txt
index 51502659..7a38efbb 100644
--- a/kwin-styles/smooth-blend/client/config/CMakeLists.txt
+++ b/kwin-styles/smooth-blend/client/config/CMakeLists.txt
@@ -23,9 +23,9 @@ link_directories(
${TQT_LIBRARY_DIRS}
)
-##### kwin_smoothblend_config (module) ##########
+##### twin_smoothblend_config (module) ##########
-tde_add_kpart( kwin_smoothblend_config AUTOMOC
+tde_add_kpart( twin_smoothblend_config AUTOMOC
SOURCES configdialog.ui smoothblendconfig.cc
LINK tdeui-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
diff --git a/kwin-styles/smooth-blend/client/config/Makefile.am b/kwin-styles/smooth-blend/client/config/Makefile.am
index 2f89fd8b..ba5cd314 100644
--- a/kwin-styles/smooth-blend/client/config/Makefile.am
+++ b/kwin-styles/smooth-blend/client/config/Makefile.am
@@ -6,10 +6,10 @@ INCLUDES = $(all_includes)
noinst_HEADERS = smoothblendconfig.h
-kde_module_LTLIBRARIES = kwin_smoothblend_config.la
-kwin_smoothblend_config_la_SOURCES = configdialog.ui smoothblendconfig.cc
-kwin_smoothblend_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx
-kwin_smoothblend_config_la_LIBADD = $(LIB_TDEUI)
-kwin_smoothblend_config_la_METASOURCES = AUTO
+kde_module_LTLIBRARIES = twin_smoothblend_config.la
+twin_smoothblend_config_la_SOURCES = configdialog.ui smoothblendconfig.cc
+twin_smoothblend_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx
+twin_smoothblend_config_la_LIBADD = $(LIB_TDEUI)
+twin_smoothblend_config_la_METASOURCES = AUTO
-DISTCLEANFILES = $(kwin_smoothblend_config_la_METASOURCES)
+DISTCLEANFILES = $(twin_smoothblend_config_la_METASOURCES)
diff --git a/kwin-styles/smooth-blend/client/config/smoothblendconfig.cc b/kwin-styles/smooth-blend/client/config/smoothblendconfig.cc
index 3ec445b9..f2ec3e68 100644
--- a/kwin-styles/smooth-blend/client/config/smoothblendconfig.cc
+++ b/kwin-styles/smooth-blend/client/config/smoothblendconfig.cc
@@ -29,8 +29,8 @@
smoothblendConfig::smoothblendConfig(KConfig* config, TQWidget* parent)
: TQObject(parent), config_(0), dialog_(0) {
// create the configuration object
- config_ = new KConfig("kwinsmoothblendrc");
- KGlobal::locale()->insertCatalogue("kwin_smoothblend_config");
+ config_ = new KConfig("twinsmoothblendrc");
+ KGlobal::locale()->insertCatalogue("twin_smoothblend_config");
// create and show the configuration dialog
dialog_ = new ConfigDialog(parent);
diff --git a/kwin-styles/smooth-blend/client/smoothblend.cc b/kwin-styles/smooth-blend/client/smoothblend.cc
index 6e416dce..02efd047 100644
--- a/kwin-styles/smooth-blend/client/smoothblend.cc
+++ b/kwin-styles/smooth-blend/client/smoothblend.cc
@@ -118,7 +118,7 @@ bool smoothblendFactory::reset(unsigned long changed) {
bool smoothblendFactory::readConfig() {
// create a config object
- KConfig config("kwinsmoothblendrc");
+ KConfig config("twinsmoothblendrc");
config.setGroup("General");
// grab settings
diff --git a/kwin-styles/smooth-blend/client/smoothblend.desktop b/kwin-styles/smooth-blend/client/smoothblend.desktop
index 047f92a1..6f26b6e0 100644
--- a/kwin-styles/smooth-blend/client/smoothblend.desktop
+++ b/kwin-styles/smooth-blend/client/smoothblend.desktop
@@ -37,4 +37,4 @@ Name[tr]=Düz Karışım
Name[uk]=Гладке змішання
Name[vi]=Trộn màu Mượt mà
Name[zh_TW]=平順混合
-X-KDE-Library=kwin3_smoothblend
+X-KDE-Library=twin3_smoothblend