summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/widgets/qframe.h')
-rw-r--r--src/widgets/widgets/qframe.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/widgets/widgets/qframe.h b/src/widgets/widgets/qframe.h
index 80d41365cd..bee80403ab 100644
--- a/src/widgets/widgets/qframe.h
+++ b/src/widgets/widgets/qframe.h
@@ -128,10 +128,6 @@ protected:
void changeEvent(QEvent *);
void drawFrame(QPainter *);
-#ifdef QT3_SUPPORT
-public:
- QT3_SUPPORT_CONSTRUCTOR QFrame(QWidget* parent, const char* name, Qt::WindowFlags f = 0);
-#endif
protected:
QFrame(QFramePrivate &dd, QWidget* parent = 0, Qt::WindowFlags f = 0);