diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:21:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:21:43 -0600 |
commit | d9c883ab09c9b7d383c34a1b49f6f574c910933a (patch) | |
tree | d09267dc4cfe34f291186ae549ef897015a3680a /lib | |
parent | 9de01488346ea23797d74b584cc4b316c0555335 (diff) | |
download | kpilot-d9c883ab09c9b7d383c34a1b49f6f574c910933a.tar.gz kpilot-d9c883ab09c9b7d383c34a1b49f6f574c910933a.zip |
Additional kde to tde renaming
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CMakeLists.txt | 2 | ||||
-rw-r--r-- | lib/Makefile.am | 2 | ||||
-rw-r--r-- | lib/plugin.cc | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index bda9b45..27378f4 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -55,7 +55,7 @@ set(lib_SRCS trinity_automoc(${lib_SRCS}) kde3_add_kcfg_files(lib_SRCS kpilotlibSettings.kcfgc) add_library(kpilot SHARED ${lib_SRCS}) -target_link_libraries(kpilot ${PILOTLINK_LIBRARY} ${QT_LIBRARIES} kdeui kio) +target_link_libraries(kpilot ${PILOTLINK_LIBRARY} ${QT_LIBRARIES} tdeui kio) kpilot_rpath(kpilot) #---------- INSTALL -----------------------* diff --git a/lib/Makefile.am b/lib/Makefile.am index e17de18..f45272e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -56,5 +56,5 @@ check-local: done test ! -e FAILED -DOXYGEN_REFERENCES=libkcal kdecore +DOXYGEN_REFERENCES=libkcal tdecore include $(top_srcdir)/admin/Doxyfile.am diff --git a/lib/plugin.cc b/lib/plugin.cc index c16f9a4..fc24e9f 100644 --- a/lib/plugin.cc +++ b/lib/plugin.cc @@ -141,7 +141,7 @@ TQWidget *ConduitConfigBase::aboutPage(TQWidget *parent, KAboutData *ad) // Experiment with a long non-<qt> string. Use that to find // sensible widths for the columns. // - text->setText(i18n("Send questions and comments to kdepim-users@kde.org")); + text->setText(i18n("Send questions and comments to tdepim-users@kde.org")); text->adjustSize(); int linewidth = text->size().width(); @@ -192,8 +192,8 @@ TQWidget *ConduitConfigBase::aboutPage(TQWidget *parent, KAboutData *ad) s = TQString(); s += i18n("Send questions and comments to <a href=\"mailto:%1\">%2</a>.") - .tqarg( CSL1("kdepim-users@kde.org") ) - .tqarg( CSL1("kdepim-users@kde.org") ); + .tqarg( CSL1("tdepim-users@kde.org") ) + .tqarg( CSL1("tdepim-users@kde.org") ); s += ' '; s += i18n("Send bug reports to <a href=\"mailto:%1\">%2</a>.") .tqarg(p->bugAddress()) |