summaryrefslogtreecommitdiffstats
path: root/virt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2021-01-26 12:09:28 +0900
committerMichele Calgaro <[email protected]>2021-01-26 12:09:28 +0900
commit88d44ce75144a78770db59d033395537a36f1b25 (patch)
treeb60c0a536679f23f6331eb1f48eb9da0483dbcd2 /virt
parente600304f0a18ff5648a561d2543f9579f3d60a79 (diff)
downloadkrusader-88d44ce75144a78770db59d033395537a36f1b25.tar.gz
krusader-88d44ce75144a78770db59d033395537a36f1b25.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'virt')
-rw-r--r--virt/Makefile.am2
-rw-r--r--virt/virt.cpp (renamed from virt/virt.cc)2
2 files changed, 2 insertions, 2 deletions
diff --git a/virt/Makefile.am b/virt/Makefile.am
index 706e2f0..39c0cd9 100644
--- a/virt/Makefile.am
+++ b/virt/Makefile.am
@@ -6,7 +6,7 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES = tdeio_virt.la
-tdeio_virt_la_SOURCES = virt.cc
+tdeio_virt_la_SOURCES = virt.cpp
tdeio_virt_la_LIBADD = $(LIB_TDESYCOCA)
tdeio_virt_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) $(LIB_TDECORE)
diff --git a/virt/virt.cc b/virt/virt.cpp
index 1af46b5..e7a9fb1 100644
--- a/virt/virt.cc
+++ b/virt/virt.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- virt.cc
+ virt.cpp
-------------------
begin : Fri Dec 5 2003
copyright : (C) 2003 by Shie Erlich & Rafi Yanai