summaryrefslogtreecommitdiffstats
path: root/libkdepim/cfgc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-05 21:46:25 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-05 21:46:25 -0500
commit38188136cc426b4bb00abf6f8c7c90b4bb27c453 (patch)
treecc6c53ffa4ace78115bef8c4e0a1007d65dd598d /libkdepim/cfgc
parentc60dbcd2d1ac60d5044c2558028801b4c6afd77e (diff)
downloadtdepim-38188136cc426b4bb00abf6f8c7c90b4bb27c453.tar.gz
tdepim-38188136cc426b4bb00abf6f8c7c90b4bb27c453.zip
Rename kde libraries to tde
Diffstat (limited to 'libkdepim/cfgc')
-rw-r--r--libkdepim/cfgc/Makefile.am6
-rw-r--r--libkdepim/cfgc/autoexample.cpp2
-rw-r--r--libkdepim/cfgc/example.cfg2
-rw-r--r--libkdepim/cfgc/example.cpp2
-rw-r--r--libkdepim/cfgc/exampleprefs_base.kcfgc2
5 files changed, 7 insertions, 7 deletions
diff --git a/libkdepim/cfgc/Makefile.am b/libkdepim/cfgc/Makefile.am
index a9643ffb3..d6e77392f 100644
--- a/libkdepim/cfgc/Makefile.am
+++ b/libkdepim/cfgc/Makefile.am
@@ -1,14 +1,14 @@
-AM_CPPFLAGS = -I$(top_builddir)/libkdepim -I$(top_srcdir) $(all_includes)
+AM_CPPFLAGS = -I$(top_builddir)/libtdepim -I$(top_srcdir) $(all_includes)
check_PROGRAMS = example
#autoexample
example_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
-example_LDADD = ../libkdepim.la $(LIB_KDECORE)
+example_LDADD = ../libtdepim.la $(LIB_KDECORE)
example_SOURCES = example.cpp exampleprefs_base.kcfgc
#autoexample_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
-#autoexample_LDADD = ../libkdepim.la $(LIB_KDECORE)
+#autoexample_LDADD = ../libtdepim.la $(LIB_KDECORE)
#autoexample_SOURCES = general_base.ui myoptions_base.ui autoexample.cpp
METASOURCES = AUTO
diff --git a/libkdepim/cfgc/autoexample.cpp b/libkdepim/cfgc/autoexample.cpp
index 69d1e739e..45617e6f6 100644
--- a/libkdepim/cfgc/autoexample.cpp
+++ b/libkdepim/cfgc/autoexample.cpp
@@ -22,7 +22,7 @@
#include "general_base.h"
#include "myoptions_base.h"
-#include <libkdepim/kprefsdialog.h>
+#include <libtdepim/kprefsdialog.h>
#include <kaboutdata.h>
#include <kapplication.h>
diff --git a/libkdepim/cfgc/example.cfg b/libkdepim/cfgc/example.cfg
index 1cc4feff3..18c7b8b15 100644
--- a/libkdepim/cfgc/example.cfg
+++ b/libkdepim/cfgc/example.cfg
@@ -3,7 +3,7 @@
<cfg>
<cfgfile name="examplerc"/>
<class name="ExamplePrefsBase" file="exampleprefs_base" singleton="true">
- <include file="libkdepim/kpimprefs.h" />
+ <include file="libtdepim/kpimprefs.h" />
</class>
<group name="General">
<entry type="bool">
diff --git a/libkdepim/cfgc/example.cpp b/libkdepim/cfgc/example.cpp
index f2838f2cb..4f818e900 100644
--- a/libkdepim/cfgc/example.cpp
+++ b/libkdepim/cfgc/example.cpp
@@ -30,7 +30,7 @@
#include <kconfig.h>
#include <kstandarddirs.h>
-#include <libkdepim/kprefsdialog.h>
+#include <libtdepim/kprefsdialog.h>
int main( int argc, char **argv )
{
diff --git a/libkdepim/cfgc/exampleprefs_base.kcfgc b/libkdepim/cfgc/exampleprefs_base.kcfgc
index 9ee413c76..36e5ed4e6 100644
--- a/libkdepim/cfgc/exampleprefs_base.kcfgc
+++ b/libkdepim/cfgc/exampleprefs_base.kcfgc
@@ -4,7 +4,7 @@ ClassName=ExamplePrefsBase
Singleton=true
Mutators=true
Inherits=KPimPrefs
-IncludeFiles=libkdepim/kpimprefs.h
+IncludeFiles=libtdepim/kpimprefs.h
MemberVariables=public
GlobalEnums=true
ItemAccessors=true