diff options
Diffstat (limited to 'certmanager/conf')
-rw-r--r-- | certmanager/conf/Makefile.am | 2 | ||||
-rw-r--r-- | certmanager/conf/appearanceconfigpage.cpp | 2 | ||||
-rw-r--r-- | certmanager/conf/dirservconfigpage.cpp | 2 | ||||
-rw-r--r-- | certmanager/conf/dnorderconfigpage.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/certmanager/conf/Makefile.am b/certmanager/conf/Makefile.am index de5be5747..f2c134a4f 100644 --- a/certmanager/conf/Makefile.am +++ b/certmanager/conf/Makefile.am @@ -1,5 +1,5 @@ AM_CPPFLAGS = -DLIBKLEOPATRA_NO_COMPAT -I$(srcdir)/../lib -I$(srcdir)/../lib/ui -I../lib/ui \ - -I$(top_srcdir)/libkdenetwork $(GPGME_CFLAGS) $(all_includes) + -I$(top_srcdir)/libtdenetwork $(GPGME_CFLAGS) $(all_includes) METASOURCES = AUTO diff --git a/certmanager/conf/appearanceconfigpage.cpp b/certmanager/conf/appearanceconfigpage.cpp index 4656ac641..9e5d0f74a 100644 --- a/certmanager/conf/appearanceconfigpage.cpp +++ b/certmanager/conf/appearanceconfigpage.cpp @@ -78,7 +78,7 @@ extern "C" } } -// kdelibs-3.2 didn't have the changed signal in KCModule... +// tdelibs-3.2 didn't have the changed signal in KCModule... void AppearanceConfigurationPage::slotChanged() { emit changed(true); diff --git a/certmanager/conf/dirservconfigpage.cpp b/certmanager/conf/dirservconfigpage.cpp index db8673464..436ef28ec 100644 --- a/certmanager/conf/dirservconfigpage.cpp +++ b/certmanager/conf/dirservconfigpage.cpp @@ -267,7 +267,7 @@ extern "C" } } -// kdelibs-3.2 didn't have the changed signal in KCModule... +// tdelibs-3.2 didn't have the changed signal in KCModule... void DirectoryServicesConfigurationPage::slotChanged() { emit changed(true); diff --git a/certmanager/conf/dnorderconfigpage.cpp b/certmanager/conf/dnorderconfigpage.cpp index e9c300359..a224b6f7a 100644 --- a/certmanager/conf/dnorderconfigpage.cpp +++ b/certmanager/conf/dnorderconfigpage.cpp @@ -65,7 +65,7 @@ void DNOrderConfigPage::defaults() { mWidget->defaults(); } -// kdelibs-3.2 didn't have the changed signal in KCModule... +// tdelibs-3.2 didn't have the changed signal in KCModule... void DNOrderConfigPage::slotChanged() { emit changed(true); } |