Fix unintended rename of plastikconf

pull/16/head
Slávek Banko 12 years ago
parent 36113a2089
commit 76e2727dc9

@ -27,7 +27,7 @@ link_directories(
set( target kstyle_plastik_config ) set( target kstyle_plastik_config )
set( ${target}_SRCS set( ${target}_SRCS
plastitdeconf.cpp plastikconf.cpp
) )
tde_add_kpart( ${target} AUTOMOC tde_add_kpart( ${target} AUTOMOC

@ -1,10 +1,10 @@
INCLUDES = $(all_includes) INCLUDES = $(all_includes)
noinst_HEADERS = plastitdeconf.h noinst_HEADERS = plastikconf.h
kde_module_LTLIBRARIES = kstyle_plastik_config.la kde_module_LTLIBRARIES = kstyle_plastik_config.la
kstyle_plastik_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module kstyle_plastik_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
kstyle_plastik_config_la_LIBADD = $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE) kstyle_plastik_config_la_LIBADD = $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE)
kstyle_plastik_config_la_SOURCES = plastitdeconf.cpp kstyle_plastik_config_la_SOURCES = plastikconf.cpp
kstyle_plastik_config_la_METASOURCES = AUTO kstyle_plastik_config_la_METASOURCES = AUTO

@ -35,7 +35,7 @@ DEALINGS IN THE SOFTWARE.
#include <kcolorbutton.h> #include <kcolorbutton.h>
#include <kdemacros.h> #include <kdemacros.h>
#include "plastitdeconf.h" #include "plastikconf.h"
extern "C" extern "C"
{ {
@ -220,4 +220,4 @@ void PlastikStyleConfig::updateChanged()
emit changed(true); emit changed(true);
} }
#include "plastitdeconf.moc" #include "plastikconf.moc"
Loading…
Cancel
Save