From dc6b8e72fed2586239e3514819238c520636c9d9 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:54:04 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1157656 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kfilereplace/kfilereplacepart.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'kfilereplace/kfilereplacepart.h') diff --git a/kfilereplace/kfilereplacepart.h b/kfilereplace/kfilereplacepart.h index 1c133cb5..a5044ff9 100644 --- a/kfilereplace/kfilereplacepart.h +++ b/kfilereplace/kfilereplacepart.h @@ -35,7 +35,7 @@ class KFileReplacePart: public KParts::ReadOnlyPart private: //MEMBERS KFileReplaceView* m_view; - QWidget* m_parentWidget, + TQWidget* m_parentWidget, * m_w; KConfig* m_config; KAboutApplication* m_aboutDlg; @@ -46,11 +46,11 @@ class KFileReplacePart: public KParts::ReadOnlyPart int m_optionMask; public://Constructors - KFileReplacePart(QWidget *parentWidget, + KFileReplacePart(TQWidget *parentWidget, const char *widgetName, - QObject *parent, + TQObject *parent, const char *name, - const QStringList &args); + const TQStringList &args); ~KFileReplacePart(); //SLOTS @@ -132,23 +132,23 @@ class KFileReplacePart: public KParts::ReadOnlyPart * Replacing methods */ void fileReplace(); - void recursiveFileReplace(const QString& dirName, int& filesNumber); - void replaceAndBackup(const QString& currentDir, const QString& oldFileName); - void replaceAndOverwrite(const QString& currentDir, const QString& oldFileName); - void replacingLoop(QString& line, KListViewItem** item, bool& atLeastOneStringFound, int& occur, bool regularExpression, bool& askConfirmReplace); + void recursiveFileReplace(const TQString& dirName, int& filesNumber); + void replaceAndBackup(const TQString& currentDir, const TQString& oldFileName); + void replaceAndOverwrite(const TQString& currentDir, const TQString& oldFileName); + void replacingLoop(TQString& line, KListViewItem** item, bool& atLeastOneStringFound, int& occur, bool regularExpression, bool& askConfirmReplace); /** * Searching methods */ - void fileSearch(const QString& dirName, const QString& filters); - void recursiveFileSearch(const QString& dirName, const QString& filters, uint& filesNumber); - void search(const QString& currentDir, const QString& fileName); + void fileSearch(const TQString& dirName, const TQString& filters); + void recursiveFileSearch(const TQString& dirName, const TQString& filters, uint& filesNumber); + void search(const TQString& currentDir, const TQString& fileName); /** * Others methods */ void loadViewContent(); - void loadRulesFile(const QString& fileName); + void loadRulesFile(const TQString& fileName); bool launchNewProjectDialog(const KURL& startURL); void setOptionMask(); bool checkBeforeOperation(); -- cgit v1.2.1