From 43e38f2c0a00cdc052660fab01d32df2c7dc24b0 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 14 May 2024 12:36:29 +0900 Subject: Replace KDE_DEPRECATED with TDE_DEPRECATED Signed-off-by: Michele Calgaro --- tdeui/kdialogbase.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tdeui/kdialogbase.h') diff --git a/tdeui/kdialogbase.h b/tdeui/kdialogbase.h index 25f4613ae..d264c525f 100644 --- a/tdeui/kdialogbase.h +++ b/tdeui/kdialogbase.h @@ -898,7 +898,7 @@ class TDEUI_EXPORT KDialogBase : public KDialog */ void setButtonOKText( const TQString &text=TQString::null, const TQString &tooltip=TQString::null, - const TQString &quickhelp=TQString::null ) KDE_DEPRECATED; + const TQString &quickhelp=TQString::null ) TDE_DEPRECATED; /** * Sets the appearance of the Apply button. @@ -928,7 +928,7 @@ class TDEUI_EXPORT KDialogBase : public KDialog */ void setButtonApplyText( const TQString &text=TQString::null, const TQString &tooltip=TQString::null, - const TQString &quickhelp=TQString::null ) KDE_DEPRECATED; + const TQString &quickhelp=TQString::null ) TDE_DEPRECATED; /** * Sets the appearance of the Cancel button. @@ -956,7 +956,7 @@ class TDEUI_EXPORT KDialogBase : public KDialog */ void setButtonCancelText( const TQString &text=TQString::null, const TQString &tooltip=TQString::null, - const TQString &quickhelp=TQString::null ) KDE_DEPRECATED; + const TQString &quickhelp=TQString::null ) TDE_DEPRECATED; /** * Sets the text of any button. @@ -1113,7 +1113,7 @@ class TDEUI_EXPORT KDialogBase : public KDialog * @deprecated * Use backgroundTile() instead. */ - static const TQPixmap *getBackgroundTile() KDE_DEPRECATED; + static const TQPixmap *getBackgroundTile() TDE_DEPRECATED; /** * Sets the background tile. @@ -1142,7 +1142,7 @@ class TDEUI_EXPORT KDialogBase : public KDialog * The results are differences in pixels from the * dialogs corners. */ - void getBorderWidths( int& ulx, int& uly, int& lrx, int& lry ) const KDE_DEPRECATED; + void getBorderWidths( int& ulx, int& uly, int& lrx, int& lry ) const TDE_DEPRECATED; /** * @deprecated @@ -1155,7 +1155,7 @@ class TDEUI_EXPORT KDialogBase : public KDialog * If you need the "overhead" the dialog needs for its elements, * use getBorderWidths(). */ - TQRect getContentsRect() const KDE_DEPRECATED; + TQRect getContentsRect() const TDE_DEPRECATED; /** * Calculate the size hint for the dialog. -- cgit v1.2.1