summaryrefslogtreecommitdiffstats
path: root/doc/html/qsignal-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qsignal-h.html')
-rw-r--r--doc/html/qsignal-h.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qsignal-h.html b/doc/html/qsignal-h.html
index 2ccc58664..f2fd71e50 100644
--- a/doc/html/qsignal-h.html
+++ b/doc/html/qsignal-h.html
@@ -99,24 +99,24 @@ public:
#ifndef TQT_NO_COMPAT
bool isBlocked() const { return TQObject::signalsBlocked(); }
void block( bool b ) { TQObject::blockSignals( b ); }
-#ifndef QT_NO_VARIANT
+#ifndef TQT_NO_VARIANT
void setParameter( int value );
int parameter() const;
#endif
#endif
-#ifndef QT_NO_VARIANT
+#ifndef TQT_NO_VARIANT
void setValue( const TQVariant &value );
TQVariant value() const;
#endif
signals:
-#ifndef QT_NO_VARIANT
+#ifndef TQT_NO_VARIANT
void signal( const TQVariant& );
#endif
void intSignal( int );
private:
-#ifndef QT_NO_VARIANT
+#ifndef TQT_NO_VARIANT
TQVariant val;
#endif
private: // Disabled copy constructor and operator=