diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 00:34:05 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 00:34:05 -0600 |
commit | 03ae68d4191e4bbcda82846552ad8c65202b4347 (patch) | |
tree | 0d4064314907975700a43fe88b4b6521976b4fb0 /kalyptus/kalyptusDataDict.pm | |
parent | 4b98ad659d2ff415fc48e3f1d3b4a6076861f0ca (diff) | |
download | tdebindings-03ae68d4191e4bbcda82846552ad8c65202b4347.tar.gz tdebindings-03ae68d4191e4bbcda82846552ad8c65202b4347.zip |
Rename KShared
Diffstat (limited to 'kalyptus/kalyptusDataDict.pm')
-rw-r--r-- | kalyptus/kalyptusDataDict.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kalyptus/kalyptusDataDict.pm b/kalyptus/kalyptusDataDict.pm index e2137615..f9d5ace9 100644 --- a/kalyptus/kalyptusDataDict.pm +++ b/kalyptus/kalyptusDataDict.pm @@ -1127,10 +1127,10 @@ BEGIN 'KServiceType*' => 'kde_KServiceType*', 'KServiceTypeProfile*' => 'kde_KServiceTypeProfile*' , 'KSessionManaged*' => 'kde_KSessionManaged*', -'KShared&' => 'kde_KShared*' , -'KShared*' => 'kde_KShared*', -'KSharedPtr&' => 'kde_KSharedPtr*' , -'KSharedPtr*' => 'kde_KSharedPtr*', +'TDEShared&' => 'kde_TDEShared*' , +'TDEShared*' => 'kde_TDEShared*', +'TDESharedPtr&' => 'kde_TDESharedPtr*' , +'TDESharedPtr*' => 'kde_TDESharedPtr*', 'KShellCompletion*' => 'kde_KShellCompletion*', 'KShellProcess*' => 'kde_KShellProcess*', 'KShortcuts&' => 'kde_KShortcuts*', |