summaryrefslogtreecommitdiffstats
path: root/kandy/src/cmdpropertiesdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kandy/src/cmdpropertiesdialog.h')
-rw-r--r--kandy/src/cmdpropertiesdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kandy/src/cmdpropertiesdialog.h b/kandy/src/cmdpropertiesdialog.h
index 18849d3d..ee37852a 100644
--- a/kandy/src/cmdpropertiesdialog.h
+++ b/kandy/src/cmdpropertiesdialog.h
@@ -32,12 +32,12 @@ class CmdPropertiesDialog : public CmdPropertiesDialog_base
{
Q_OBJECT
public:
- CmdPropertiesDialog(ATCommand *cmd,QWidget* parent=0,const char* name=0,
+ CmdPropertiesDialog(ATCommand *cmd,TQWidget* parent=0,const char* name=0,
bool modal=false,WFlags fl=0);
~CmdPropertiesDialog();
protected slots:
- void editParameterName(QListViewItem *);
+ void editParameterName(TQListViewItem *);
void slotAccept();
private: