summaryrefslogtreecommitdiff
path: root/plugins/QuickMessages/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/QuickMessages/src')
-rw-r--r--plugins/QuickMessages/src/Utils.cpp2
-rw-r--r--plugins/QuickMessages/src/main.cpp2
-rw-r--r--plugins/QuickMessages/src/options.cpp2
-rw-r--r--plugins/QuickMessages/src/stdafx.cxx (renamed from plugins/QuickMessages/src/stdafx.cpp)2
-rw-r--r--plugins/QuickMessages/src/stdafx.h (renamed from plugins/QuickMessages/src/quickmessages.h)0
5 files changed, 4 insertions, 4 deletions
diff --git a/plugins/QuickMessages/src/Utils.cpp b/plugins/QuickMessages/src/Utils.cpp
index 17ce160dac..97cba3ee70 100644
--- a/plugins/QuickMessages/src/Utils.cpp
+++ b/plugins/QuickMessages/src/Utils.cpp
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "quickmessages.h"
+#include "stdafx.h"
ListData* ButtonsList[100];
diff --git a/plugins/QuickMessages/src/main.cpp b/plugins/QuickMessages/src/main.cpp
index c4fabc73b8..4939789cc0 100644
--- a/plugins/QuickMessages/src/main.cpp
+++ b/plugins/QuickMessages/src/main.cpp
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "quickmessages.h"
+#include "stdafx.h"
CLIST_INTERFACE *pcli;
HINSTANCE hinstance;
diff --git a/plugins/QuickMessages/src/options.cpp b/plugins/QuickMessages/src/options.cpp
index ce1a2995c9..4ed6acf0c1 100644
--- a/plugins/QuickMessages/src/options.cpp
+++ b/plugins/QuickMessages/src/options.cpp
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "quickmessages.h"
+#include "stdafx.h"
int g_iOPButtonsCount;
BOOL bNeedRestart = FALSE;
diff --git a/plugins/QuickMessages/src/stdafx.cpp b/plugins/QuickMessages/src/stdafx.cxx
index dc40b1b7df..6fb37564b7 100644
--- a/plugins/QuickMessages/src/stdafx.cpp
+++ b/plugins/QuickMessages/src/stdafx.cxx
@@ -15,4 +15,4 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "quickmessages.h" \ No newline at end of file
+#include "stdafx.h" \ No newline at end of file
diff --git a/plugins/QuickMessages/src/quickmessages.h b/plugins/QuickMessages/src/stdafx.h
index 044d0137c7..044d0137c7 100644
--- a/plugins/QuickMessages/src/quickmessages.h
+++ b/plugins/QuickMessages/src/stdafx.h