summaryrefslogtreecommitdiffstats
path: root/tdeui/kdialogbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/kdialogbase.h')
-rw-r--r--tdeui/kdialogbase.h12
1 files changed, 6 insertions, 6 deletions
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.