summaryrefslogtreecommitdiffstats
path: root/kicker-applets/ktimemon/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-12 22:17:37 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-12 22:33:28 +0900
commita302d70f2c10e1b48259f6e2e8870f4ddf962e91 (patch)
tree1717352d649ddafe43460e7b458def99bce69022 /kicker-applets/ktimemon/Makefile.am
parentee93d1c0f2b9884c6ce02985a55cda502bf44c10 (diff)
downloadtdeaddons-a302d70f.tar.gz
tdeaddons-a302d70f.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d8a307993b8d37b99b70d9d79de8afeb94927799)
Diffstat (limited to 'kicker-applets/ktimemon/Makefile.am')
-rw-r--r--kicker-applets/ktimemon/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker-applets/ktimemon/Makefile.am b/kicker-applets/ktimemon/Makefile.am
index 6874509..d562a27 100644
--- a/kicker-applets/ktimemon/Makefile.am
+++ b/kicker-applets/ktimemon/Makefile.am
@@ -1,6 +1,6 @@
kde_module_LTLIBRARIES = ktimemon_panelapplet.la
-ktimemon_panelapplet_la_SOURCES = confdlg.cc sample.cc timemon.cc
+ktimemon_panelapplet_la_SOURCES = confdlg.cpp sample.cpp timemon.cpp
METASOURCES = AUTO
noinst_HEADERS = confdlg.h sample.h timemon.h
@@ -18,5 +18,5 @@ lnkdir = $(kde_datadir)/kicker/applets
EXTRA_DIST = $(lnk_DATA)
messages:
- $(XGETTEXT) *.cc -o $(podir)/ktimemon.pot
+ $(XGETTEXT) *.cpp -o $(podir)/ktimemon.pot