diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
commit | 0ef0bc641a7b1e7bb3a26118e077d7aa2d854e60 (patch) | |
tree | 27393667b9fe243a9f199ace9c982c2b45ba8782 /conduits/memofileconduit | |
parent | 9abdf0551e3660f55791ce3720d5f7035c06aa19 (diff) | |
download | kpilot-0ef0bc641a7b1e7bb3a26118e077d7aa2d854e60.tar.gz kpilot-0ef0bc641a7b1e7bb3a26118e077d7aa2d854e60.zip |
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpilot@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'conduits/memofileconduit')
-rw-r--r-- | conduits/memofileconduit/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conduits/memofileconduit/CMakeLists.txt b/conduits/memofileconduit/CMakeLists.txt index 5699457..150efec 100644 --- a/conduits/memofileconduit/CMakeLists.txt +++ b/conduits/memofileconduit/CMakeLists.txt @@ -17,9 +17,9 @@ set(conduit_memofile_KCFGS memofileSettings.kcfgc ) -kde3_add_kcfg_files(conduit_memofile_SRCS ${conduit_memofile_KCFGS}) -kde3_add_ui_files(conduit_memofile_SRCS ${conduit_memofile_UIS}) -kde3_automoc(${conduit_memofile_SRCS}) +trinity_add_kcfg_files(conduit_memofile_SRCS ${conduit_memofile_KCFGS}) +trinity_add_ui_files(conduit_memofile_SRCS ${conduit_memofile_UIS}) +trinity_automoc(${conduit_memofile_SRCS}) add_library(conduit_memofile SHARED ${conduit_memofile_SRCS}) set_target_properties( @@ -28,7 +28,7 @@ set_target_properties( PREFIX "" ) -kde3_install_libtool_file(conduit_memofile) +trinity_install_libtool_file(conduit_memofile) install( TARGETS conduit_memofile |