diff options
Diffstat (limited to 'sip/kfile')
-rw-r--r-- | sip/kfile/kfiledetailview.sip | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sip/kfile/kfiledetailview.sip b/sip/kfile/kfiledetailview.sip index 0528e3d..6aa2953 100644 --- a/sip/kfile/kfiledetailview.sip +++ b/sip/kfile/kfiledetailview.sip @@ -135,13 +135,13 @@ private: static sipStringTypeClassMap map[] = { {sipName_KApplicationPropsPlugin, &sipClass_KApplicationPropsPlugin}, {sipName_KApplicationPropsPlugin, &sipClass_KApplicationPropsPlugin}, -#if KDE_VERSION < 310 +#if TDE_VERSION < 310 // {sipName_KApplicationTree, &sipClass_KApplicationTree}, #endif {sipName_KBindingPropsPlugin, &sipClass_KBindingPropsPlugin}, {sipName_KBindingPropsPlugin, &sipClass_KBindingPropsPlugin}, {sipName_KCombiView, &sipClass_KCombiView}, -#if KDE_VERSION >= 0x030100 +#if TDE_VERSION >= 0x030100 {sipName_KCustomMenuEditor, &sipClass_KCustomMenuEditor}, #endif {sipName_KDevicePropsPlugin, &sipClass_KDevicePropsPlugin}, @@ -149,7 +149,7 @@ private: {sipName_KDirOperator, &sipClass_KDirOperator}, {sipName_KDirSelectDialog, &sipClass_KDirSelectDialog}, {sipName_KDirSize, &sipClass_KDirSize}, -#if KDE_VERSION >= 0x030100 +#if TDE_VERSION >= 0x030100 {sipName_KDiskFreeSp, &sipClass_KDiskFreeSp}, #endif {sipName_KExecPropsPlugin, &sipClass_KExecPropsPlugin}, @@ -163,7 +163,7 @@ private: {sipName_KFilePreview, &sipClass_KFilePreview}, {sipName_KFilePropsPlugin, &sipClass_KFilePropsPlugin}, {sipName_KFilePropsPlugin, &sipClass_KFilePropsPlugin}, -#if KDE_VERSION >= 0x030100 +#if TDE_VERSION >= 0x030100 {sipName_KFileSharePropsPlugin, &sipClass_KFileSharePropsPlugin}, #endif {sipName_KFileTreeBranch, &sipClass_KFileTreeBranch}, @@ -174,10 +174,10 @@ private: {sipName_KIconCanvas, &sipClass_KIconCanvas}, {sipName_KIconDialog, &sipClass_KIconDialog}, {sipName_KImageFilePreview, &sipClass_KImageFilePreview}, -#if KDE_VERSION >= 0x030100 +#if TDE_VERSION >= 0x030100 {sipName_KNotifyDialog, &sipClass_KNotifyDialog}, {sipName_KNotifyWidget, &sipClass_KNotify_KNotifyWidget}, -#if KDE_VERSION < 0x030200 +#if TDE_VERSION < 0x030200 {sipName_KNotifyWidgetBase, &sipClass_KNotifyWidgetBase}, #endif #endif |