diff options
Diffstat (limited to 'kab')
-rw-r--r-- | kab/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kab/ChangeLog | 2 | ||||
-rw-r--r-- | kab/Makefile.am | 6 | ||||
-rw-r--r-- | kab/addressbook.cpp (renamed from kab/addressbook.cc) | 0 | ||||
-rw-r--r-- | kab/kabapi.cpp (renamed from kab/kabapi.cc) | 0 | ||||
-rw-r--r-- | kab/qconfigDB.cpp (renamed from kab/qconfigDB.cc) | 0 |
6 files changed, 5 insertions, 5 deletions
diff --git a/kab/CMakeLists.txt b/kab/CMakeLists.txt index 76c781467..a4e881466 100644 --- a/kab/CMakeLists.txt +++ b/kab/CMakeLists.txt @@ -27,7 +27,7 @@ link_directories( set( target kab ) set( ${target}_SRCS - kabapi.cc addressbook.cc qconfigDB.cc + kabapi.cpp addressbook.cpp qconfigDB.cpp ) tde_add_library( ${target} STATIC_PIC AUTOMOC diff --git a/kab/ChangeLog b/kab/ChangeLog index d3e36fcc1..51715a70d 100644 --- a/kab/ChangeLog +++ b/kab/ChangeLog @@ -11,7 +11,7 @@ Tue Dec 22 22:56:58 1998 Mirko Boehm <mirko@kde.org> * businesscard.h (class BusinessCard): Hopefully remove trigraph. - * datepickerdialog.cc (DateLabel): Removed default value + * datepickerdialog.cpp (DateLabel): Removed default value in the implementation. * keyvaluemap.h: Removed a default value for a function diff --git a/kab/Makefile.am b/kab/Makefile.am index 89e1aab8e..66018aed5 100644 --- a/kab/Makefile.am +++ b/kab/Makefile.am @@ -5,9 +5,9 @@ KABVERSION= 4.0.0 KABPATCH= 0 libkab_la_SOURCES = \ - kabapi.cc \ - addressbook.cc \ - qconfigDB.cc + kabapi.cpp \ + addressbook.cpp \ + qconfigDB.cpp libkab_la_LDFLAGS = $(KDE_MT_LDFLAGS) -no-undefined libkab_la_LIBADD = ../tdeui/libtdeui.la diff --git a/kab/addressbook.cc b/kab/addressbook.cpp index 017621ac7..017621ac7 100644 --- a/kab/addressbook.cc +++ b/kab/addressbook.cpp diff --git a/kab/kabapi.cc b/kab/kabapi.cpp index 62a50f162..62a50f162 100644 --- a/kab/kabapi.cc +++ b/kab/kabapi.cpp diff --git a/kab/qconfigDB.cc b/kab/qconfigDB.cpp index dc77a1e1b..dc77a1e1b 100644 --- a/kab/qconfigDB.cc +++ b/kab/qconfigDB.cpp |