diff options
Diffstat (limited to 'twin-styles/kstep')
-rw-r--r-- | twin-styles/kstep/CMakeLists.txt | 4 | ||||
-rw-r--r-- | twin-styles/kstep/Makefile.am | 8 | ||||
-rw-r--r-- | twin-styles/kstep/kstep.desktop | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/twin-styles/kstep/CMakeLists.txt b/twin-styles/kstep/CMakeLists.txt index a47ddd3c..cfc77261 100644 --- a/twin-styles/kstep/CMakeLists.txt +++ b/twin-styles/kstep/CMakeLists.txt @@ -28,9 +28,9 @@ tde_create_translated_desktop( ) -##### twin3_kstep ############################### +##### twin_kstep ############################### -tde_add_kpart( twin3_kstep AUTOMOC +tde_add_kpart( twin_kstep AUTOMOC SOURCES nextclient.cpp LINK tdecorations-shared DESTINATION ${PLUGIN_INSTALL_DIR} diff --git a/twin-styles/kstep/Makefile.am b/twin-styles/kstep/Makefile.am index bfda21da..e6c1f0ce 100644 --- a/twin-styles/kstep/Makefile.am +++ b/twin-styles/kstep/Makefile.am @@ -1,12 +1,12 @@ INCLUDES = $(all_includes) -kde_module_LTLIBRARIES = twin3_kstep.la +kde_module_LTLIBRARIES = twin_kstep.la -twin3_kstep_la_SOURCES = nextclient.cpp -twin3_kstep_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx +twin_kstep_la_SOURCES = nextclient.cpp +twin_kstep_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx #twin_kstep_la_LDFLAGS = $(all_libraries) -avoid-version -module $(KDE_RPATH) $(KDE_MT_LDFLAGS) -twin3_kstep_la_LIBADD = $(LIB_TDEUI) -ltdecorations +twin_kstep_la_LIBADD = $(LIB_TDEUI) -ltdecorations METASOURCES = AUTO noinst_HEADERS = nextclient.h diff --git a/twin-styles/kstep/kstep.desktop b/twin-styles/kstep/kstep.desktop index cc7a8639..f966140a 100644 --- a/twin-styles/kstep/kstep.desktop +++ b/twin-styles/kstep/kstep.desktop @@ -1,3 +1,3 @@ [Desktop Entry] Name=KStep -X-TDE-Library=twin3_kstep +X-TDE-Library=twin_kstep |