summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2020-02-09 02:43:14 +0100
committerChris <xchrisx@uber.space>2020-02-09 02:43:14 +0100
commit233f30d17feb475fce34f8e2ac07e4ee329ebe42 (patch)
treec7651d2a8c7f3ea0ba0929895c59fe088766ed95
parent2fc2f7b11ffa33050f01d98585300a5f5c1f09b1 (diff)
downloadbasket-233f30d17feb475fce34f8e2ac07e4ee329ebe42.tar.gz
basket-233f30d17feb475fce34f8e2ac07e4ee329ebe42.zip
Fix FTBFS because of redefinition.
Signed-off-by: Chris <xchrisx@uber.space>
-rw-r--r--src/Makefile.am2
-rw-r--r--src/likeback.cpp2
2 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 075a935..e3bed59 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -47,8 +47,6 @@ libbasketcommon_la_SOURCES = \
basketlistview.cpp debugwindow.cpp systemtray.cpp aboutdata.cpp \
basketstatusbar.cpp clickablelabel.cpp basketdcopiface.skel backup.cpp
-libbasketcommon_la_COMPILE_FIRST = likeback_private.moc.cpp
-
#########################################################################
# APPLICATION SECTION
#########################################################################
diff --git a/src/likeback.cpp b/src/likeback.cpp
index ee2581d..8f3772a 100644
--- a/src/likeback.cpp
+++ b/src/likeback.cpp
@@ -851,5 +851,5 @@ void LikeBackDialog::requestFinished(int /*id*/, bool error)
KDialogBase::slotOk();
}
-#include "likeback_private.moc.cpp"
+#include "likeback_private.moc"
#include "likeback.moc"