summaryrefslogtreecommitdiffstats
path: root/sip/kio/kautomount.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/kio/kautomount.sip')
-rw-r--r--sip/kio/kautomount.sip8
1 files changed, 4 insertions, 4 deletions
diff --git a/sip/kio/kautomount.sip b/sip/kio/kautomount.sip
index 5a41740..924d670 100644
--- a/sip/kio/kautomount.sip
+++ b/sip/kio/kautomount.sip
@@ -24,7 +24,7 @@
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-class KAutoMount : QObject
+class KAutoMount : TQObject
{
%TypeHeaderCode
#include <kautomount.h>
@@ -32,7 +32,7 @@ class KAutoMount : QObject
public:
- KAutoMount (bool, const QString&, const QString&, const QString&, const QString&, bool = 1);
+ KAutoMount (bool, const TQString&, const TQString&, const TQString&, const TQString&, bool = 1);
signals:
void finished ();
@@ -51,7 +51,7 @@ private:
}; // class KAutoMount
-class KAutoUnmount : QObject
+class KAutoUnmount : TQObject
{
%TypeHeaderCode
#include <kautomount.h>
@@ -59,7 +59,7 @@ class KAutoUnmount : QObject
public:
- KAutoUnmount (const QString&, const QString&);
+ KAutoUnmount (const TQString&, const TQString&);
signals:
void finished ();