From 1ef95a8ba5596f9839dc58fb17db2b2a6ae832bb Mon Sep 17 00:00:00 2001
From: yanmorin <yanmorin>
Date: Sun, 18 Sep 2005 03:13:58 +0000
Subject: [PATCH] Don't know why JP (2005-09-13) change %moc.cpp to moc_%.cpp,
 but this new build ask these changes.

---
 src/gui/qt/Makefile.am       | 16 ++++++++--------
 src/gui/qt/mydisplay.cpp     |  2 +-
 src/gui/qt/volumecontrol.cpp |  2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/gui/qt/Makefile.am b/src/gui/qt/Makefile.am
index af8b907c4d..6184e41190 100644
--- a/src/gui/qt/Makefile.am
+++ b/src/gui/qt/Makefile.am
@@ -3,16 +3,16 @@ noinst_LTLIBRARIES = libsflphoneqt.la
 BUILT_SOURCES = \
 	configurationpanel.h\
 	configurationpanelui.cpp\
-	configurationpanelmoc.cpp\
+	moc_configurationpanel.cpp\
 	url_input.h \
 	url_inputui.cpp \
-	url_inputmoc.cpp \
-	jpushbuttonmoc.cpp \
-	trayiconmoc.cpp\
-	volumecontrolmoc.cpp\
-	numerickeypadmoc.cpp \
-	mydisplaymoc.cpp \
-	qtGUImainwindowmoc.cpp
+	moc_url_input.cpp \
+	moc_jpushbutton.cpp \
+	moc_trayicon.cpp\
+	moc_volumecontrol.cpp\
+	moc_numerickeypad.cpp \
+	moc_mydisplay.cpp \
+	moc_qtGUImainwindow.cpp
 
 libsflphoneqt_la_SOURCES = \
 	$(BUILT_SOURCES) \
diff --git a/src/gui/qt/mydisplay.cpp b/src/gui/qt/mydisplay.cpp
index 107a112f7c..0fef0bf561 100644
--- a/src/gui/qt/mydisplay.cpp
+++ b/src/gui/qt/mydisplay.cpp
@@ -493,5 +493,5 @@ MyDisplay::shift (void)
 	_mutex.leaveMutex();
 }
 
-#include "mydisplaymoc.cpp"
+#include "moc_mydisplay.cpp"
 // EOF
diff --git a/src/gui/qt/volumecontrol.cpp b/src/gui/qt/volumecontrol.cpp
index adbc86af96..f353b9dc63 100644
--- a/src/gui/qt/volumecontrol.cpp
+++ b/src/gui/qt/volumecontrol.cpp
@@ -84,6 +84,6 @@ VolumeControl::mousePressEvent (QMouseEvent *e) {
 	mouse_y = e->y();
 }
 
-#include "volumecontrolmoc.cpp"
+#include "moc_volumecontrol.cpp"
 
 // EOF
-- 
GitLab