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 caeb7b985..3fb9103af 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 QObject
+class KIO_EXPORT NetAccess : public TQObject
{
Q_OBJECT
@@ -92,7 +92,7 @@ public:
* }
* \endcode
*
- * Of course, your user interface will still process exposure/repaint
+ * Of course, your user interface will still process exposure/tqrepaint
* events during the download.
*
* If the download fails, lastError() and lastErrorString() will be set.