From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kfind/kfindpart.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kfind/kfindpart.h') diff --git a/kfind/kfindpart.h b/kfind/kfindpart.h index 29b133b99..9c20d0eae 100644 --- a/kfind/kfindpart.h +++ b/kfind/kfindpart.h @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include class KQuery; @@ -44,8 +44,8 @@ class KFindPart : public KonqDirPart//KParts::ReadOnlyPart Q_OBJECT Q_PROPERTY( bool showsResult READ showsResult ) public: - KFindPart( QWidget * parentWidget, const char *widgetName, - QObject *parent, const char *name, const QStringList & /*args*/ ); + KFindPart( TQWidget * parentWidget, const char *widgetName, + TQObject *parent, const char *name, const TQStringList & /*args*/ ); virtual ~KFindPart(); static KAboutData *createAboutData(); @@ -56,8 +56,8 @@ public: bool showsResult() const { return m_bShowsResult; } - virtual void saveState( QDataStream &stream ); - virtual void restoreState( QDataStream &stream ); + virtual void saveState( TQDataStream &stream ); + virtual void restoreState( TQDataStream &stream ); // "Cut" icons : disable those whose URL is in lst, enable the rest //added for konqdirpart virtual void disableIcons( const KURL::List & ){}; @@ -76,7 +76,7 @@ signals: protected slots: void slotStarted(); void slotDestroyMe(); - void addFile(const KFileItem *item, const QString& matchingLine); + void addFile(const KFileItem *item, const TQString& matchingLine); /* An item has been removed, so update konqueror's view */ void removeFile(KFileItem *item); void slotResult(int errorCode); @@ -98,7 +98,7 @@ private: /** * The internal storage of file items */ - QPtrList m_lstFileItems; + TQPtrList m_lstFileItems; }; #endif -- cgit v1.2.3