summaryrefslogtreecommitdiffstats
path: root/src/kernel/qsignal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qsignal.cpp')
-rw-r--r--src/kernel/qsignal.cpp35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/kernel/qsignal.cpp b/src/kernel/qsignal.cpp
index c26106ab..53b0a62a 100644
--- a/src/kernel/qsignal.cpp
+++ b/src/kernel/qsignal.cpp
@@ -176,27 +176,6 @@ bool TQSignal::disconnect( const TQObject *receiver, const char *member )
/*!
- \fn bool TQSignal::isBlocked() const
- \obsolete
- Returns TRUE if the signal is blocked, or FALSE if it is not blocked.
-
- The signal is not blocked by default.
-
- \sa block(), TQObject::signalsBlocked()
-*/
-
-/*!
- \fn void TQSignal::block( bool b )
- \obsolete
- Blocks the signal if \a b is TRUE, or unblocks the signal if \a b is FALSE.
-
- An activated signal disappears into hyperspace if it is blocked.
-
- \sa isBlocked(), activate(), TQObject::blockSignals()
-*/
-
-
-/*!
\fn void TQSignal::activate()
Emits the signal. If the platform supports TQVariant and a
@@ -240,18 +219,4 @@ TQVariant TQSignal::value() const
/*! \fn void TQSignal::intSignal( int )
\internal
*/
-
-#ifndef TQT_NO_COMPAT
-/*! \obsolete */
-void TQSignal::setParameter( int value )
-{
- val = value;
-}
-
-/*! \obsolete */
-int TQSignal::parameter() const
-{
- return val.toInt();
-}
-#endif
#endif //TQT_NO_VARIANT