summaryrefslogtreecommitdiffstats
path: root/kio/kio/netaccess.h
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kio/netaccess.h')
-rw-r--r--kio/kio/netaccess.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kio/kio/netaccess.h b/kio/kio/netaccess.h
index 3fb9103af..caeb7b985 100644
--- a/kio/kio/netaccess.h
+++ b/kio/kio/netaccess.h
@@ -56,7 +56,7 @@ namespace KIO {
*
* @short Provides an easy, synchronous interface to KIO file operations.
*/
-class KIO_EXPORT NetAccess : public TQObject
+class KIO_EXPORT NetAccess : public QObject
{
Q_OBJECT
@@ -92,7 +92,7 @@ public:
* }
* \endcode
*
- * Of course, your user interface will still process exposure/tqrepaint
+ * Of course, your user interface will still process exposure/repaint
* events during the download.
*
* If the download fails, lastError() and lastErrorString() will be set.