diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 22:23:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 22:23:44 -0600 |
commit | 203ba231d0276943aae36111f9ec1e949f3c6a4c (patch) | |
tree | f039f7a5b5fc2da88a96876971bac580d87f6788 /sip/kfile/kpropsdlg.sip | |
parent | fd35f4a8382b7d223bc0325b9ca3f88515778aa0 (diff) | |
download | pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.tar.gz pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.zip |
Initial TQt conversion
Diffstat (limited to 'sip/kfile/kpropsdlg.sip')
-rw-r--r-- | sip/kfile/kpropsdlg.sip | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sip/kfile/kpropsdlg.sip b/sip/kfile/kpropsdlg.sip index d435f14..661a9cf 100644 --- a/sip/kfile/kpropsdlg.sip +++ b/sip/kfile/kpropsdlg.sip @@ -33,20 +33,20 @@ 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 = -1, 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 = -1, 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); void insertPlugin (KPropsDlgPlugin*); const KURL& kurl () const; KFileItem* item (); 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 (); public slots: @@ -61,7 +61,7 @@ signals: }; // class KPropertiesDialog -class KPropsDlgPlugin : QObject +class KPropsDlgPlugin : TQObject { %TypeHeaderCode #include <kpropsdlg.h> @@ -103,7 +103,7 @@ protected slots: void slotCopyFinished (KIO::Job*); void slotFileRenamed (KIO::Job*, const KURL&, const KURL&); void slotDirSizeFinished (KIO::Job*); - void slotFoundMountPoint (const QString&, ulong, ulong, ulong); + void slotFoundMountPoint (const TQString&, ulong, ulong, ulong); void slotSizeStop (); void slotSizeDetermine (); |