summaryrefslogtreecommitdiffstats
path: root/kfilereplace/kfilereplacepart.h
diff options
context:
space:
mode:
Diffstat (limited to 'kfilereplace/kfilereplacepart.h')
-rw-r--r--kfilereplace/kfilereplacepart.h24
1 files changed, 12 insertions, 12 deletions
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();