summaryrefslogtreecommitdiffstats
path: root/parts/valgrind/valgrind_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/valgrind/valgrind_dialog.h')
-rw-r--r--parts/valgrind/valgrind_dialog.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/parts/valgrind/valgrind_dialog.h b/parts/valgrind/valgrind_dialog.h
index 41c25afc..a57d4529 100644
--- a/parts/valgrind/valgrind_dialog.h
+++ b/parts/valgrind/valgrind_dialog.h
@@ -17,36 +17,36 @@ class ValgrindDialog : public KDialogBase
public:
enum Type { Memcheck = 0, Calltree = 1 };
- ValgrindDialog( Type type, QWidget* parent = 0 );
+ ValgrindDialog( Type type, TQWidget* parent = 0 );
~ValgrindDialog();
// the app to check
- QString executableName() const;
- void setExecutable( const QString& url );
+ TQString executableName() const;
+ void setExecutable( const TQString& url );
// command line parameters for the app
- QString parameters() const;
- void setParameters( const QString& params );
+ TQString parameters() const;
+ void setParameters( const TQString& params );
// name and/or path to the valgrind executable
- QString valExecutable() const;
- void setValExecutable( const QString& ve );
+ TQString valExecutable() const;
+ void setValExecutable( const TQString& ve );
// command line parameters for valgrind
- QString valParams() const;
- void setValParams( const QString& params );
+ TQString valParams() const;
+ void setValParams( const TQString& params );
// name and/or path to the calltree executable
- QString ctExecutable() const;
- void setCtExecutable( const QString& ce );
+ TQString ctExecutable() const;
+ void setCtExecutable( const TQString& ce );
// command line parameters for calltree
- QString ctParams() const;
- void setCtParams( const QString& params );
+ TQString ctParams() const;
+ void setCtParams( const TQString& params );
// name and/or path to the kcachegrind executable
- QString kcExecutable() const;
- void setKcExecutable( const QString& ke );
+ TQString kcExecutable() const;
+ void setKcExecutable( const TQString& ke );
protected:
bool isNewValgrindVersion() const;