summaryrefslogtreecommitdiffstats
path: root/src/proto/gui_kde.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/gui_kde.pro')
-rw-r--r--src/proto/gui_kde.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proto/gui_kde.pro b/src/proto/gui_kde.pro
index 3a52fa77c5..50671f44ed 100644
--- a/src/proto/gui_kde.pro
+++ b/src/proto/gui_kde.pro
@@ -1,4 +1,4 @@
-/* gui_kde.c */
+/* gui_kde.cc */
void gui_mch_add_menu __ARGS((vimmenu_T *menu, int idx));
void gui_mch_add_menu_item __ARGS((vimmenu_T *menu, int idx));
void gui_mch_set_text_area_pos __ARGS((int x, int y, int w, int h));
@@ -16,4 +16,4 @@ void gui_mch_find_dialog __ARGS((exarg_T *eap));
void gui_mch_replace_dialog __ARGS((exarg_T *eap));
void ex_helpfind __ARGS((exarg_T *eap));
void gui_make_popup __ARGS((char_u *path_name));
-/* vim: set ft=c : */
+/* vim: set ft=cpp : */