summaryrefslogtreecommitdiffstats
path: root/tdeui/kprogress.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/kprogress.h')
-rw-r--r--tdeui/kprogress.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/tdeui/kprogress.h b/tdeui/kprogress.h
index ada1f4fc0..68d88e9cf 100644
--- a/tdeui/kprogress.h
+++ b/tdeui/kprogress.h
@@ -78,7 +78,7 @@ public:
* @see setValue()
*/
// ### Remove this KDE 4.0
- int value() const KDE_DEPRECATED;
+ int value() const TDE_DEPRECATED;
/**
* Returns @p true if progress text will be displayed,
@@ -99,13 +99,13 @@ public:
* Use setTotalSteps() instead
*/
// ### Remove this KDE 4.0
- void setRange(int min, int max) KDE_DEPRECATED;
+ void setRange(int min, int max) TDE_DEPRECATED;
/**
* @deprecated Use totalSteps() instead
*/
// ### Remove this KDE 4.0
- int maxValue() KDE_DEPRECATED;
+ int maxValue() TDE_DEPRECATED;
public slots:
@@ -234,7 +234,7 @@ class TDEUI_EXPORT KProgressDialog : public KDialogBase
* @deprecated
*/
// ### Remove this KDE 4.0
- TQString labelText() KDE_DEPRECATED;
+ TQString labelText() TDE_DEPRECATED;
/**
* Returns the current dialog text
@@ -257,7 +257,7 @@ class TDEUI_EXPORT KProgressDialog : public KDialogBase
* @deprecated
*/
// ### Remove this KDE 4.0
- bool allowCancel() KDE_DEPRECATED;
+ bool allowCancel() TDE_DEPRECATED;
/**
* Returns true if the dialog can be canceled, false otherwise
@@ -344,7 +344,7 @@ class TDEUI_EXPORT KProgressDialog : public KDialogBase
* @deprecated
*/
// ### Remove this KDE 4.0
- TQString buttonText() KDE_DEPRECATED;
+ TQString buttonText() TDE_DEPRECATED;
/**
* Returns the text on the cancel button
@@ -362,7 +362,7 @@ class TDEUI_EXPORT KProgressDialog : public KDialogBase
* @deprecated
*/
// ### Remove this KDE 4.0
- int minimumDuration() KDE_DEPRECATED;
+ int minimumDuration() TDE_DEPRECATED;
/**
* Returns the wait duration in milliseconds