summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2018-09-27 16:27:22 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 23:51:30 +0900
commit2e83bc7c6bcfb092e4b4c53318fd726d82725c02 (patch)
treeb8e2d193f2a87798df9d000088a587c453f6d582 /src
parentf7cd984a6cff6bd188d26b02ba3160f2e9590b1f (diff)
downloadkvkbd-2e83bc7c6bcfb092e4b4c53318fd726d82725c02.tar.gz
kvkbd-2e83bc7c6bcfb092e4b4c53318fd726d82725c02.zip
delete empty files, this fixes issue #1
Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit 055a36efd6c2f20c90d9dae56c4d7e39229b7dbd)
Diffstat (limited to 'src')
-rw-r--r--src/KeyClip.cpp0
-rw-r--r--src/KeyClip.h0
-rw-r--r--src/Makefile.am4
3 files changed, 2 insertions, 2 deletions
diff --git a/src/KeyClip.cpp b/src/KeyClip.cpp
deleted file mode 100644
index e69de29..0000000
--- a/src/KeyClip.cpp
+++ /dev/null
diff --git a/src/KeyClip.h b/src/KeyClip.h
deleted file mode 100644
index e69de29..0000000
--- a/src/KeyClip.h
+++ /dev/null
diff --git a/src/Makefile.am b/src/Makefile.am
index 5196113..d824edc 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_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
kvkbd_LDADD = -lXtst $(LIB_TDEUI)