diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-15 18:50:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-15 18:50:59 -0600 |
commit | 24f84d9cb7c82f0ca0d50e1eaaf10af2b3836a3f (patch) | |
tree | 57f961103de9e6be00006cd941f98c9934706045 /sip/tdeui | |
parent | b71cbcf92569260c0cabfd01b38f200df1fb1b13 (diff) | |
download | pytde-24f84d9cb7c82f0ca0d50e1eaaf10af2b3836a3f.tar.gz pytde-24f84d9cb7c82f0ca0d50e1eaaf10af2b3836a3f.zip |
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'sip/tdeui')
-rw-r--r-- | sip/tdeui/kaboutapplication.sip | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sip/tdeui/kaboutapplication.sip b/sip/tdeui/kaboutapplication.sip index 10f479b..c7dfb8d 100644 --- a/sip/tdeui/kaboutapplication.sip +++ b/sip/tdeui/kaboutapplication.sip @@ -74,7 +74,7 @@ protected: {sipName_KCompletionBox, &sipClass_KCompletionBox}, {sipName_KContextMenuManager, &sipClass_KContextMenuManager}, {sipName_KDateInternalMonthPicker,&sipClass_KDateInternalMonthPicker}, -#if KDE_VERSION >= 0x030100 +#if TDE_VERSION >= 0x030100 {sipName_KDateInternalWeekSelector,&sipClass_KDateInternalWeekSelector}, #endif {sipName_KDateInternalYearSelector,&sipClass_KDateInternalYearSelector}, @@ -96,7 +96,7 @@ protected: {sipName_KDockWidgetHeader, &sipClass_KDockWidgetHeader}, {sipName_KDockWidgetHeaderDrag, &sipClass_KDockWidgetHeaderDrag}, // {sipName_KDockWindow, &sipClass_KDockWindow}, -#if KDE_VERSION >= 0x030100 +#if TDE_VERSION >= 0x030100 {sipName_KDoubleSpinBox, &sipClass_KDoubleSpinBox}, {sipName_KDoubleValidator, &sipClass_KDoubleValidator}, #endif @@ -141,7 +141,7 @@ protected: {sipName_KPanelAppMenu, &sipClass_KPanelAppMenu}, {sipName_KPanelExtension, &sipClass_KPanelExtension}, {sipName_KPanelMenu, &sipClass_KPanelMenu}, -#if KDE_VERSION >= 0x030100 +#if TDE_VERSION >= 0x030100 {sipName_KPassivePopup, &sipClass_KPassivePopup}, #endif {sipName_KPasswordDialog, &sipClass_KPasswordDialog}, @@ -169,12 +169,12 @@ protected: {sipName_KSystemTray, &sipClass_KSystemTray}, {sipName_KTabCtl, &sipClass_KTabCtl}, {sipName_KTextBrowser, &sipClass_KTextBrowser}, -#if KDE_VERSION >= 0x030100 +#if TDE_VERSION >= 0x030100 {sipName_KTextEdit, &sipClass_KTextEdit}, #endif {sipName_KTipDialog, &sipClass_KTipDialog}, {sipName_KToggleAction, &sipClass_KToggleAction}, -#if KDE_VERSION >= 0x030100 +#if TDE_VERSION >= 0x030100 {sipName_KToggleToolBarAction, &sipClass_KToggleToolBarAction}, #endif {sipName_KToolBar, &sipClass_KToolBar}, @@ -184,7 +184,7 @@ protected: {sipName_KToolBarSeparator, &sipClass_KToolBarSeparator}, {sipName_KURLLabel, &sipClass_KURLLabel}, {sipName_KValueSelector, &sipClass_KValueSelector}, -#if KDE_VERSION >= 0x030100 +#if TDE_VERSION >= 0x030100 {sipName_KWidgetAction, &sipClass_KWidgetAction}, {sipName_KWindowInfo, &sipClass_KWindowInfo}, #endif |