summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dcop/testdcop.h2
-rw-r--r--kdecore/kdebug.h2
-rw-r--r--kdecore/kdelibs_export.h2
-rw-r--r--kdeui/karrowbutton.h2
-rw-r--r--kdeui/knuminput.h2
-rw-r--r--khtml/khtmlview.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/dcop/testdcop.h b/dcop/testdcop.h
index 936632b55..7f757a5ce 100644
--- a/dcop/testdcop.h
+++ b/dcop/testdcop.h
@@ -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
diff --git a/kdecore/kdebug.h b/kdecore/kdebug.h
index b0878b952..be7d031bf 100644
--- a/kdecore/kdebug.h
+++ b/kdecore/kdebug.h
@@ -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
*/
diff --git a/kdecore/kdelibs_export.h b/kdecore/kdelibs_export.h
index 5624fcddb..e7faabdcf 100644
--- a/kdecore/kdelibs_export.h
+++ b/kdecore/kdelibs_export.h
@@ -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
diff --git a/kdeui/karrowbutton.h b/kdeui/karrowbutton.h
index e77618739..404ff9981 100644
--- a/kdeui/karrowbutton.h
+++ b/kdeui/karrowbutton.h
@@ -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:
diff --git a/kdeui/knuminput.h b/kdeui/knuminput.h
index 05a96b874..9d2e49b63 100644
--- a/kdeui/knuminput.h
+++ b/kdeui/knuminput.h
@@ -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 );
diff --git a/khtml/khtmlview.h b/khtml/khtmlview.h
index 67844bc3a..56c30641f 100644
--- a/khtml/khtmlview.h
+++ b/khtml/khtmlview.h
@@ -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: