diff --git a/src/KeyClip.cpp b/src/KeyClip.cpp deleted file mode 100644 index e69de29..0000000 diff --git a/src/KeyClip.h b/src/KeyClip.h deleted file mode 100644 index e69de29..0000000 diff --git a/src/Makefile.am b/src/Makefile.am index 732435c..8287a43 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = $(all_includes) # these are the headers for your project -noinst_HEADERS = DragWidget.h KeyClip.h MainWidget.h VButton.h numpadvbutton.h +noinst_HEADERS = DragWidget.h MainWidget.h VButton.h numpadvbutton.h # let automoc handle all of the meta source files (moc) @@ -20,7 +20,7 @@ KDE_ICON = kvkbd bin_PROGRAMS = kvkbd # the application source, library search path, and link libraries -kvkbd_SOURCES = DragWidget.cpp KeyClip.cpp MainWidget.cpp VButton.cpp main.cpp \ +kvkbd_SOURCES = DragWidget.cpp MainWidget.cpp VButton.cpp main.cpp \ numpadvbutton.cpp resizabledragwidget.cpp resizabledragwidget.h kvkbd_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor kvkbd_LDADD = -lXtst $(LIB_TDEUI)