diff options
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 [email protected]")); + text->setText(i18n("Send questions and comments to [email protected]")); 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("[email protected]") ) - .tqarg( CSL1("[email protected]") ); + .tqarg( CSL1("[email protected]") ) + .tqarg( CSL1("[email protected]") ); s += ' '; s += i18n("Send bug reports to <a href=\"mailto:%1\">%2</a>.") .tqarg(p->bugAddress()) |