summaryrefslogtreecommitdiffstats
path: root/conduits/abbrowserconduit
diff options
context:
space:
mode:
Diffstat (limited to 'conduits/abbrowserconduit')
-rw-r--r--conduits/abbrowserconduit/CMakeLists.txt4
-rw-r--r--conduits/abbrowserconduit/Makefile.am10
-rw-r--r--conduits/abbrowserconduit/abbrowser-conduit.cpp (renamed from conduits/abbrowserconduit/abbrowser-conduit.cc)0
-rw-r--r--conduits/abbrowserconduit/abbrowser-factory.cpp (renamed from conduits/abbrowserconduit/abbrowser-factory.cc)0
-rw-r--r--conduits/abbrowserconduit/abbrowser-setup.cpp (renamed from conduits/abbrowserconduit/abbrowser-setup.cc)0
-rw-r--r--conduits/abbrowserconduit/resolutionDialog.cpp (renamed from conduits/abbrowserconduit/resolutionDialog.cc)2
-rw-r--r--conduits/abbrowserconduit/resolutionDialog.h2
-rw-r--r--conduits/abbrowserconduit/resolutionTable.h2
-rw-r--r--conduits/abbrowserconduit/tdeabcRecord.cpp (renamed from conduits/abbrowserconduit/tdeabcRecord.cc)0
9 files changed, 10 insertions, 10 deletions
diff --git a/conduits/abbrowserconduit/CMakeLists.txt b/conduits/abbrowserconduit/CMakeLists.txt
index 4784ec9..4792008 100644
--- a/conduits/abbrowserconduit/CMakeLists.txt
+++ b/conduits/abbrowserconduit/CMakeLists.txt
@@ -17,8 +17,8 @@ link_directories(
tde_add_kpart( conduit_address AUTOMOC
SOURCES resolutionDialog_base.ui kaddressbookConduit.ui
- abbrowserSettings.kcfgc resolutionDialog.cc abbrowser-factory.cc
- abbrowser-setup.cc tdeabcRecord.cc abbrowser-conduit.cc
+ abbrowserSettings.kcfgc resolutionDialog.cpp abbrowser-factory.cpp
+ abbrowser-setup.cpp tdeabcRecord.cpp abbrowser-conduit.cpp
LINK kpilot-shared tdeabc-shared tdeabc_file-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/conduits/abbrowserconduit/Makefile.am b/conduits/abbrowserconduit/Makefile.am
index 51d4baf..0b99ba1 100644
--- a/conduits/abbrowserconduit/Makefile.am
+++ b/conduits/abbrowserconduit/Makefile.am
@@ -6,11 +6,11 @@ conduit_address_la_SOURCES = \
resolutionDialog_base.ui \
kaddressbookConduit.ui \
abbrowserSettings.kcfgc \
- resolutionDialog.cc \
- abbrowser-factory.cc \
- abbrowser-setup.cc \
- tdeabcRecord.cc \
- abbrowser-conduit.cc
+ resolutionDialog.cpp \
+ abbrowser-factory.cpp \
+ abbrowser-setup.cpp \
+ tdeabcRecord.cpp \
+ abbrowser-conduit.cpp
conduit_address_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui
conduit_address_la_LIBADD = ../../lib/libkpilot.la -ltdeabc -ltdeabc_file
diff --git a/conduits/abbrowserconduit/abbrowser-conduit.cc b/conduits/abbrowserconduit/abbrowser-conduit.cpp
index c4441b1..c4441b1 100644
--- a/conduits/abbrowserconduit/abbrowser-conduit.cc
+++ b/conduits/abbrowserconduit/abbrowser-conduit.cpp
diff --git a/conduits/abbrowserconduit/abbrowser-factory.cc b/conduits/abbrowserconduit/abbrowser-factory.cpp
index 9a84508..9a84508 100644
--- a/conduits/abbrowserconduit/abbrowser-factory.cc
+++ b/conduits/abbrowserconduit/abbrowser-factory.cpp
diff --git a/conduits/abbrowserconduit/abbrowser-setup.cc b/conduits/abbrowserconduit/abbrowser-setup.cpp
index a33632e..a33632e 100644
--- a/conduits/abbrowserconduit/abbrowser-setup.cc
+++ b/conduits/abbrowserconduit/abbrowser-setup.cpp
diff --git a/conduits/abbrowserconduit/resolutionDialog.cc b/conduits/abbrowserconduit/resolutionDialog.cpp
index 89b18f4..dea368b 100644
--- a/conduits/abbrowserconduit/resolutionDialog.cc
+++ b/conduits/abbrowserconduit/resolutionDialog.cpp
@@ -2,7 +2,7 @@
**
** Copyright (C) 2002-2003 by Reinhold Kainhofer
**
-** See the .cc file for an explanation of what this file is for.
+** See the .cpp file for an explanation of what this file is for.
*/
/*
diff --git a/conduits/abbrowserconduit/resolutionDialog.h b/conduits/abbrowserconduit/resolutionDialog.h
index 848cfdf..b14c74a 100644
--- a/conduits/abbrowserconduit/resolutionDialog.h
+++ b/conduits/abbrowserconduit/resolutionDialog.h
@@ -4,7 +4,7 @@
**
** Copyright (C) 2002-2003 by Reinhold Kainhofer
**
-** See the .cc file for an explanation of what this file is for.
+** See the .cpp file for an explanation of what this file is for.
*/
/*
diff --git a/conduits/abbrowserconduit/resolutionTable.h b/conduits/abbrowserconduit/resolutionTable.h
index 6a4f9e6..c6dca86 100644
--- a/conduits/abbrowserconduit/resolutionTable.h
+++ b/conduits/abbrowserconduit/resolutionTable.h
@@ -4,7 +4,7 @@
**
** Copyright (C) 2003 by Reinhold Kainhofer
**
-** See the .cc file for an explanation of what this file is for.
+** See the .cpp file for an explanation of what this file is for.
*/
/*
diff --git a/conduits/abbrowserconduit/tdeabcRecord.cc b/conduits/abbrowserconduit/tdeabcRecord.cpp
index 275450d..275450d 100644
--- a/conduits/abbrowserconduit/tdeabcRecord.cc
+++ b/conduits/abbrowserconduit/tdeabcRecord.cpp