summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/tools/designer/designer/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/tools/designer/designer/mainwindow.h')
-rw-r--r--tqtinterface/qt4/tools/designer/designer/mainwindow.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tqtinterface/qt4/tools/designer/designer/mainwindow.h b/tqtinterface/qt4/tools/designer/designer/mainwindow.h
index 30f04df..901f6e0 100644
--- a/tqtinterface/qt4/tools/designer/designer/mainwindow.h
+++ b/tqtinterface/qt4/tools/designer/designer/mainwindow.h
@@ -147,7 +147,7 @@ public:
TQPtrList<DesignerProject> projectList() const;
TQStringList projectNames() const;
TQStringList projectFileNames() const;
- Project *tqfindProject( const TQString &projectName ) const;
+ Project *findProject( const TQString &projectName ) const;
void setCurrentProject( Project *pro );
void setCurrentProjectByFilename( const TQString& proFilename );
OutputWindow *outputWindow() const { return oWindow; }
@@ -172,7 +172,7 @@ public:
void createNewProject( const TQString &lang );
void popupProjectMenu( const TQPoint &pos );
- TQObject *tqfindRealObject( TQObject *o );
+ TQObject *findRealObject( TQObject *o );
void setSingleProject( Project *pro );
bool singleProjectMode() const { return singleProject; }
@@ -452,8 +452,8 @@ private:
bool autoSaveEnabled;
int autoSaveInterval;
TQLineEdit *incrementalSearch;
- TQGuardedPtr<FindDialog> tqfindDialog;
- TQGuardedPtr<ReplaceDialog> tqreplaceDialog;
+ TQGuardedPtr<FindDialog> findDialog;
+ TQGuardedPtr<ReplaceDialog> replaceDialog;
TQGuardedPtr<GotoLineDialog> gotoLineDialog;
Project *eProject;
bool inDebugMode;