summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qerrormessage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/dialogs/qerrormessage.h')
-rw-r--r--src/widgets/dialogs/qerrormessage.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/widgets/dialogs/qerrormessage.h b/src/widgets/dialogs/qerrormessage.h
index a8805a2372..3736526f93 100644
--- a/src/widgets/dialogs/qerrormessage.h
+++ b/src/widgets/dialogs/qerrormessage.h
@@ -67,9 +67,6 @@ public:
public Q_SLOTS:
void showMessage(const QString &message);
void showMessage(const QString &message, const QString &type);
-#ifdef QT3_SUPPORT
- inline QT_MOC_COMPAT void message(const QString &text) { showMessage(text); }
-#endif
protected:
void done(int);