summaryrefslogtreecommitdiffstats
path: root/kpilot/kpilot/dbAppInfoEditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpilot/kpilot/dbAppInfoEditor.h')
-rw-r--r--kpilot/kpilot/dbAppInfoEditor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpilot/kpilot/dbAppInfoEditor.h b/kpilot/kpilot/dbAppInfoEditor.h
index 5a0896d82..692cd251a 100644
--- a/kpilot/kpilot/dbAppInfoEditor.h
+++ b/kpilot/kpilot/dbAppInfoEditor.h
@@ -36,13 +36,13 @@ class DBAppInfoEditor : public KDialogBase
{
Q_OBJECT
public:
- DBAppInfoEditor(char*appInfoData, int l, QWidget *parent = 0);
+ DBAppInfoEditor(char*appInfoData, int l, TQWidget *parent = 0);
~DBAppInfoEditor();
char*appInfo;
int len;
protected:
void fillWidgets();
- QWidget*fAppInfoEdit;
+ TQWidget*fAppInfoEdit;
protected slots:
virtual void slotOk();
};