summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qworkspace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/widgets/qworkspace.cpp')
-rw-r--r--src/widgets/widgets/qworkspace.cpp32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/widgets/widgets/qworkspace.cpp b/src/widgets/widgets/qworkspace.cpp
index 9516bcaa7d..53de90984b 100644
--- a/src/widgets/widgets/qworkspace.cpp
+++ b/src/widgets/widgets/qworkspace.cpp
@@ -1051,19 +1051,6 @@ QWorkspace::QWorkspace(QWidget *parent)
d->init();
}
-#ifdef QT3_SUPPORT
-/*!
- Use one of the constructors that doesn't take the \a name
- argument and then use setObjectName() instead.
-*/
-QWorkspace::QWorkspace(QWidget *parent, const char *name)
- : QWidget(*new QWorkspacePrivate, parent, 0)
-{
- Q_D(QWorkspace);
- setObjectName(QString::fromAscii(name));
- d->init();
-}
-#endif // QT3_SUPPORT
/*!
\internal
@@ -1171,25 +1158,6 @@ QSize QWorkspace::sizeHint() const
}
-#ifdef QT3_SUPPORT
-/*!
- Sets the background color to \a c.
- Use setBackground() instead.
-*/
-void QWorkspace::setPaletteBackgroundColor(const QColor & c)
-{
- setBackground(c);
-}
-
-/*!
- Sets the background pixmap to \a pm.
- Use setBackground() instead.
-*/
-void QWorkspace::setPaletteBackgroundPixmap(const QPixmap & pm)
-{
- setBackground(pm);
-}
-#endif // QT3_SUPPORT
/*!
\property QWorkspace::background