diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 02:21:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 02:21:43 -0600 |
commit | d9c883ab09c9b7d383c34a1b49f6f574c910933a (patch) | |
tree | d09267dc4cfe34f291186ae549ef897015a3680a /conduits/abbrowserconduit | |
parent | 9de01488346ea23797d74b584cc4b316c0555335 (diff) | |
download | kpilot-d9c883ab09c9b7d383c34a1b49f6f574c910933a.tar.gz kpilot-d9c883ab09c9b7d383c34a1b49f6f574c910933a.zip |
Additional kde to tde renaming
Diffstat (limited to 'conduits/abbrowserconduit')
-rw-r--r-- | conduits/abbrowserconduit/Makefile.am | 2 | ||||
-rw-r--r-- | conduits/abbrowserconduit/abbrowser-conduit.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conduits/abbrowserconduit/Makefile.am b/conduits/abbrowserconduit/Makefile.am index 40c739a..f1cf64d 100644 --- a/conduits/abbrowserconduit/Makefile.am +++ b/conduits/abbrowserconduit/Makefile.am @@ -11,7 +11,7 @@ conduit_address_la_SOURCES = \ abbrowser-setup.cc \ kabcRecord.cc \ abbrowser-conduit.cc -conduit_address_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -lkdecore -lkio -lkdeui +conduit_address_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -ltdecore -lkio -ltdeui conduit_address_la_LIBADD = ../../lib/libkpilot.la -lkabc -lkabc_file servicedir = $(kde_servicesdir) diff --git a/conduits/abbrowserconduit/abbrowser-conduit.cc b/conduits/abbrowserconduit/abbrowser-conduit.cc index 8885bbf..59dc242 100644 --- a/conduits/abbrowserconduit/abbrowser-conduit.cc +++ b/conduits/abbrowserconduit/abbrowser-conduit.cc @@ -1367,7 +1367,7 @@ bool AbbrowserConduit::_equal(const PilotAddress *piAddress, const Addressee &ab PhoneNumber abPhone = *it; // see if we have the same number here... // * Note * We used to check for preferred number matching, but - // this seems to have broke in kdepim 3.5 and I don't have time to + // this seems to have broke in tdepim 3.5 and I don't have time to // figure out why, so we won't check to see if preferred number match if ( _equal(piPhone.number(), abPhone.number()) ) { found = true; |