summaryrefslogtreecommitdiffstats
path: root/kio/kio/krun.h
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kio/krun.h')
-rw-r--r--kio/kio/krun.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kio/kio/krun.h b/kio/kio/krun.h
index 17fa434e3..5cf8189c9 100644
--- a/kio/kio/krun.h
+++ b/kio/kio/krun.h
@@ -55,7 +55,7 @@ namespace KIO {
*
* @short Opens files with their associated applications in KDE
*/
-class KIO_EXPORT KRun : public QObject
+class KIO_EXPORT KRun : public TQObject
{
Q_OBJECT
public:
@@ -475,7 +475,7 @@ public:
* It sends a notification when the process exits (for the taskbar)
* and it will show an error message if necessary (e.g. "program not found").
*/
-class KIO_EXPORT KProcessRunner : public QObject
+class KIO_EXPORT KProcessRunner : public TQObject
{
Q_OBJECT