diff options
Diffstat (limited to 'sip/kfile/kpropertiesdialog.sip')
-rw-r--r-- | sip/kfile/kpropertiesdialog.sip | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/sip/kfile/kpropertiesdialog.sip b/sip/kfile/kpropertiesdialog.sip index 09246a6..6f6df9c 100644 --- a/sip/kfile/kpropertiesdialog.sip +++ b/sip/kfile/kpropertiesdialog.sip @@ -33,17 +33,17 @@ class KPropertiesDialog : KDialogBase public: static bool canDisplay (KFileItemList); - KPropertiesDialog (KFileItem*, QWidget* /TransferThis/ = 0, const char* = 0, bool = 0, bool = 1); - KPropertiesDialog (KFileItemList, QWidget* /TransferThis/ = 0, const char* = 0, bool = 0, bool = 1); - KPropertiesDialog (const KURL&, mode_t, QWidget* /TransferThis/ = 0, const char* = 0, bool = 0, bool = 1); - KPropertiesDialog (const KURL&, QWidget* /TransferThis/ = 0, const char* = 0, bool = 0, bool = 1); - KPropertiesDialog (const KURL&, const KURL&, const QString&, QWidget* /TransferThis/ = 0, const char* = 0, bool = 0, bool = 1); - KPropertiesDialog (const QString&, QWidget* /TransferThis/ = 0, const char* = 0, bool = 0); + KPropertiesDialog (KFileItem*, TQWidget* /TransferThis/ = 0, const char* = 0, bool = 0, bool = 1); + KPropertiesDialog (KFileItemList, TQWidget* /TransferThis/ = 0, const char* = 0, bool = 0, bool = 1); + KPropertiesDialog (const KURL&, mode_t, TQWidget* /TransferThis/ = 0, const char* = 0, bool = 0, bool = 1); + KPropertiesDialog (const KURL&, TQWidget* /TransferThis/ = 0, const char* = 0, bool = 0, bool = 1); + KPropertiesDialog (const KURL&, const KURL&, const TQString&, TQWidget* /TransferThis/ = 0, const char* = 0, bool = 0, bool = 1); + KPropertiesDialog (const TQString&, TQWidget* /TransferThis/ = 0, const char* = 0, bool = 0); %If ( KDE_3_4_0 - ) - static bool showDialog (KFileItem*, QWidget* /Transfer/ = 0, const char* = 0, bool = 0); - static bool showDialog (const KURL&, QWidget* /Transfer/ = 0, const char* = 0, bool = 0); - static bool showDialog (const KFileItemList&, QWidget* /Transfer/ = 0, const char* = 0, bool = 0); + static bool showDialog (KFileItem*, TQWidget* /Transfer/ = 0, const char* = 0, bool = 0); + static bool showDialog (const KURL&, TQWidget* /Transfer/ = 0, const char* = 0, bool = 0); + static bool showDialog (const KFileItemList&, TQWidget* /Transfer/ = 0, const char* = 0, bool = 0); %End void insertPlugin (KPropsDlgPlugin*); @@ -52,16 +52,16 @@ public: KFileItemList items () const; KDialogBase* dialog (); const KURL& currentDir () const; - const QString& defaultName () const; + const TQString& defaultName () const; void updateUrl (const KURL&); - void rename (const QString&); + void rename (const TQString&); void abortApplying (); %If ( KDE_3_1_0 - ) void showFileSharingPage (); %If ( KDE_3_3_0 - ) - void setFileSharingPage (QWidget*); + void setFileSharingPage (TQWidget*); %End @@ -92,7 +92,7 @@ protected: }; // class KPropertiesDialog -class KPropsDlgPlugin : QObject +class KPropsDlgPlugin : TQObject { %TypeHeaderCode #include <kpropertiesdialog.h> @@ -152,7 +152,7 @@ protected slots: %End void slotDirSizeFinished (KIO::Job*); - void slotFoundMountPoint (const QString&, ulong, ulong, ulong); + void slotFoundMountPoint (const TQString&, ulong, ulong, ulong); void slotSizeStop (); void slotSizeDetermine (); |