Fix inadvertent tqt changes.

(cherry picked from commit 5d9a593c1f)
v3.5.13-sru
Darrell Anderson 12 years ago committed by Slávek Banko
parent 473b1819a7
commit bcd4f52251

@ -35,7 +35,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <stdio.h>
/**
$QTDIR/bin/tqmoc testdcop.cpp -o testdcop.moc
$QTDIR/bin/moc testdcop.cpp -o testdcop.moc
g++ -o testdcop testdcop.cpp -I$QTDIR/include -L$QTDIR/lib
@internal

@ -281,7 +281,7 @@ class KDECORE_EXPORT kdbgstream {
;
/** Operator to print out basic information about a TQWidget.
* Output of class names only works if the class is tqmoc'ified.
* Output of class names only works if the class is moc'ified.
* @param widget the widget to print
* @return this stream
*/

@ -67,7 +67,7 @@
#endif /*_KDELIBS_EXPORT_H*/
/* workaround for kdecore: stupid tqmoc's grammar doesn't accept two macros
/* workaround for kdecore: stupid moc's grammar doesn't accept two macros
between 'class' keyword and <classname>: */
#ifdef KDE_DEPRECATED
# ifndef KDECORE_EXPORT_DEPRECATED

@ -67,7 +67,7 @@ class KDEUI_EXPORT KArrowButton : public TQPushButton
*/
Qt::ArrowType arrowType() const;
// hacks for tqmoc braindamages with enums
// hacks for moc braindamages with enums
int arrowTp() const { return (int) arrowType(); }
void setArrowTp( int tp ) { setArrowType( (Qt::ArrowType) tp ); }
public slots:

@ -876,7 +876,7 @@ public:
int precision() const;
/** Equivalent to setPrecision( @p precision, @p false ); Needed
since Qt's tqmoc doesn't ignore trailing parameters with default
since Qt's moc doesn't ignore trailing parameters with default
args when searching for a property setter method. */
void setPrecision( int precision );

@ -231,7 +231,7 @@ protected slots:
#ifndef NO_SMOOTH_SCROLL_HACK
void scrollTick();
#else
void scrollTick() {}; // tqmoc cannot handle #if
void scrollTick() {}; // moc cannot handle #if
#endif
private slots:

Loading…
Cancel
Save