summaryrefslogtreecommitdiffstats
path: root/libkdepim/cfgc
diff options
context:
space:
mode:
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 a9643ffb..d6e77392 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 69d1e739..45617e6f 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 1cc4feff..18c7b8b1 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 f2838f2c..4f818e90 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 9ee413c7..36e5ed4e 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