summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/tools/linguist/linguist/trwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/tools/linguist/linguist/trwindow.h')
-rw-r--r--experimental/tqtinterface/qt4/tools/linguist/linguist/trwindow.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/experimental/tqtinterface/qt4/tools/linguist/linguist/trwindow.h b/experimental/tqtinterface/qt4/tools/linguist/linguist/trwindow.h
index 3e695345c..142fde2b3 100644
--- a/experimental/tqtinterface/qt4/tools/linguist/linguist/trwindow.h
+++ b/experimental/tqtinterface/qt4/tools/linguist/linguist/trwindow.h
@@ -96,9 +96,9 @@ private Q_SLOTS:
void saveAs();
void release();
void print();
- void tqfind();
- void tqfindAgain();
- void tqreplace();
+ void find();
+ void findAgain();
+ void replace();
void newPhraseBook();
void openPhraseBook();
void closePhraseBook( int id );
@@ -119,7 +119,7 @@ private Q_SLOTS:
void toggleFinished( TQListViewItem *item, const TQPoint& p, int column );
void prevUnfinished();
void nextUnfinished();
- void tqfindNext( const TQString& text, int where, bool matchCase );
+ void findNext( const TQString& text, int where, bool matchCase );
void revalidate();
void toggleGuessing();
void focusSourceList();
@@ -179,9 +179,9 @@ private:
FindDialog *f;
FindDialog *h;
- TQString tqfindText;
- int tqfindWhere;
- bool tqfindMatchCase;
+ TQString findText;
+ int findWhere;
+ bool findMatchCase;
int foundItem;
TQListViewItem *foundScope;
int foundWhere;
@@ -207,9 +207,9 @@ private:
Action *copyAct;
Action *pasteAct;
Action *selectAllAct;
- Action *tqfindAct;
- Action *tqfindAgainAct;
- Action *tqreplaceAct;
+ Action *findAct;
+ Action *findAgainAct;
+ Action *replaceAct;
Action *newPhraseBookAct;
Action *openPhraseBookAct;
Action *acceleratorsAct;