diff options
Diffstat (limited to 'sip/kfile/kcombiview.sip')
-rw-r--r-- | sip/kfile/kcombiview.sip | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sip/kfile/kcombiview.sip b/sip/kfile/kcombiview.sip index 43867f6..79188cb 100644 --- a/sip/kfile/kcombiview.sip +++ b/sip/kfile/kcombiview.sip @@ -24,7 +24,7 @@ // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -class KCombiView : QSplitter, KFileView +class KCombiView : TQSplitter, KFileView { %TypeHeaderCode #include <kcombiview.h> @@ -32,8 +32,8 @@ class KCombiView : QSplitter, KFileView public: - KCombiView (QWidget* /TransferThis/, const char*); - virtual QWidget* widget (); + KCombiView (TQWidget* /TransferThis/, const char*); + virtual TQWidget* widget (); virtual void clearView (); virtual void updateView (bool); virtual void updateView (const KFileItem*); @@ -53,11 +53,11 @@ public: virtual KFileItem* prevItem (const KFileItem*) const; virtual void insertItem (KFileItem*); virtual void clear (); - virtual void setSorting (QDir::SortSpec); + virtual void setSorting (TQDir::SortSpec); %If ( KDE_3_1_0 - ) - virtual void readConfig (KConfig*, const QString& = QString ::null ); - virtual void writeConfig (KConfig*, const QString& = QString ::null ); + virtual void readConfig (KConfig*, const TQString& = TQString ::null ); + virtual void writeConfig (KConfig*, const TQString& = TQString ::null ); %End void ensureItemVisible (const KFileItem*); @@ -75,12 +75,12 @@ public: protected: protected slots: - void slotSortingChanged (QDir::SortSpec); + void slotSortingChanged (TQDir::SortSpec); protected: %If ( KDE_3_2_0 - ) - virtual bool eventFilter (QObject*, QEvent*); + virtual bool eventFilter (TQObject*, TQEvent*); void setDropOptions_impl (int); %End |