diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:57:37 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:57:37 +0200 |
commit | 15ae7be824e362e8397532d7d60a3a93055caa41 (patch) | |
tree | 335b1112358991072b87137eb5ae8aa384b57c63 /kexi/main | |
parent | 13402815bec5cb5702aedbd0a8119e40f106c2c1 (diff) | |
download | koffice-15ae7be824e362e8397532d7d60a3a93055caa41.tar.gz koffice-15ae7be824e362e8397532d7d60a3a93055caa41.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'kexi/main')
-rw-r--r-- | kexi/main/Makefile.am | 2 | ||||
-rw-r--r-- | kexi/main/kexistatusbar.cpp | 2 | ||||
-rw-r--r-- | kexi/main/kexistatusbar.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kexi/main/Makefile.am b/kexi/main/Makefile.am index ca95b8ea..fe254a17 100644 --- a/kexi/main/Makefile.am +++ b/kexi/main/Makefile.am @@ -18,7 +18,7 @@ libkeximain_la_LIBADD = $(top_builddir)/kexi/kexidb/libkexidb.la $(top_builddir $(top_builddir)/kexi/main/printing/libkeximainprinting.la \ $(top_builddir)/lib/koproperty/libkoproperty.la \ $(top_builddir)/kexi/widget/libkexiextendedwidgets.la \ - $(LIB_KFEEDBACK) $(LIB_KEXI_KMDI) $(LIB_KNEWSTUFF) $(LIB_KIO) $(LIB_TDEPRINT) + $(LIB_KFEEDBACK) $(LIB_KEXI_KMDI) $(LIB_KNEWSTUFF) $(LIB_TDEIO) $(LIB_TDEPRINT) #disabled ../migration/libkeximigrate.la diff --git a/kexi/main/kexistatusbar.cpp b/kexi/main/kexistatusbar.cpp index 6aaa6ace..2dbf58fe 100644 --- a/kexi/main/kexistatusbar.cpp +++ b/kexi/main/kexistatusbar.cpp @@ -17,7 +17,7 @@ * Boston, MA 02110-1301, USA. Loosely based on tdevelop/src/statusbar.cpp - Copyright (C) 2001 by Bernd Gehrmann <bernd@tdevelop.org> + Copyright (C) 2001 by Bernd Gehrmann <bernd@kdevelop.org> */ #include "kexistatusbar.h" diff --git a/kexi/main/kexistatusbar.h b/kexi/main/kexistatusbar.h index 87ee7e6a..c4d58c32 100644 --- a/kexi/main/kexistatusbar.h +++ b/kexi/main/kexistatusbar.h @@ -17,7 +17,7 @@ * Boston, MA 02110-1301, USA. Loosely based on tdevelop/src/statusbar.h - Copyright (C) 2001 by Bernd Gehrmann <bernd@tdevelop.org> + Copyright (C) 2001 by Bernd Gehrmann <bernd@kdevelop.org> */ #ifndef KEXISTATUSBAR_H |