summaryrefslogtreecommitdiffstats
path: root/src/gui/programmerdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/programmerdlg.h')
-rw-r--r--src/gui/programmerdlg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/programmerdlg.h b/src/gui/programmerdlg.h
index ab64e5a..1c3fa63 100644
--- a/src/gui/programmerdlg.h
+++ b/src/gui/programmerdlg.h
@@ -25,13 +25,14 @@ class ProgrammerWidget;
class ProgrammerDlg : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
/**
* Create a new ProgrammerDlg with the PIC type set to picID. Other
* options (such as the program to use) will be read in from the
* settings.
*/
- ProgrammerDlg( const QString & picID, QWidget * parent = 0, const char * name = 0 );
+ ProgrammerDlg( const TQString & picID, TQWidget * tqparent = 0, const char * name = 0 );
~ProgrammerDlg();
virtual void reject();