From 203ba231d0276943aae36111f9ec1e949f3c6a4c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 3 Dec 2011 22:23:44 -0600 Subject: Initial TQt conversion --- sip/kfile/kpropsdlg.sip | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'sip/kfile/kpropsdlg.sip') 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 @@ -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 (); -- cgit v1.2.1