summaryrefslogtreecommitdiffstats
path: root/src/gui/util/qvalidator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/util/qvalidator.h')
-rw-r--r--src/gui/util/qvalidator.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/gui/util/qvalidator.h b/src/gui/util/qvalidator.h
index cb0436cc3e..5ea7fef4fc 100644
--- a/src/gui/util/qvalidator.h
+++ b/src/gui/util/qvalidator.h
@@ -68,10 +68,6 @@ public:
Invalid,
Intermediate,
Acceptable
-
-#if defined(QT3_SUPPORT) && !defined(Q_MOC_RUN)
- , Valid = Intermediate
-#endif
};
void setLocale(const QLocale &locale);
@@ -80,10 +76,6 @@ public:
virtual State validate(QString &, int &) const = 0;
virtual void fixup(QString &) const;
-#ifdef QT3_SUPPORT
-public:
- QT3_SUPPORT_CONSTRUCTOR QValidator(QObject * parent, const char *name);
-#endif
protected:
QValidator(QObjectPrivate &d, QObject *parent);
QValidator(QValidatorPrivate &d, QObject *parent);
@@ -116,11 +108,6 @@ public:
Q_SIGNALS:
void bottomChanged(int bottom);
void topChanged(int top);
-#ifdef QT3_SUPPORT
-public:
- QT3_SUPPORT_CONSTRUCTOR QIntValidator(QObject * parent, const char *name);
- QT3_SUPPORT_CONSTRUCTOR QIntValidator(int bottom, int top, QObject * parent, const char *name);
-#endif
private:
Q_DISABLE_COPY(QIntValidator)
@@ -170,12 +157,6 @@ Q_SIGNALS:
void decimalsChanged(int decimals);
void notationChanged(QDoubleValidator::Notation notation);
-#ifdef QT3_SUPPORT
-public:
- QT3_SUPPORT_CONSTRUCTOR QDoubleValidator(QObject * parent, const char *name);
- QT3_SUPPORT_CONSTRUCTOR QDoubleValidator(double bottom, double top, int decimals,
- QObject * parent, const char *name);
-#endif
private:
Q_DECLARE_PRIVATE(QDoubleValidator)
Q_DISABLE_COPY(QDoubleValidator)
@@ -203,11 +184,6 @@ public:
Q_SIGNALS:
void regExpChanged(const QRegExp& regExp);
-#ifdef QT3_SUPPORT
-public:
- QT3_SUPPORT_CONSTRUCTOR QRegExpValidator(QObject *parent, const char *name);
- QT3_SUPPORT_CONSTRUCTOR QRegExpValidator(const QRegExp& rx, QObject *parent, const char *name);
-#endif
private:
Q_DISABLE_COPY(QRegExpValidator)