summaryrefslogtreecommitdiffstats
path: root/kpilot/kpilot/dbRecordEditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpilot/kpilot/dbRecordEditor.h')
-rw-r--r--kpilot/kpilot/dbRecordEditor.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/kpilot/kpilot/dbRecordEditor.h b/kpilot/kpilot/dbRecordEditor.h
index 97bea4ed..a6c3ff55 100644
--- a/kpilot/kpilot/dbRecordEditor.h
+++ b/kpilot/kpilot/dbRecordEditor.h
@@ -54,30 +54,30 @@ class DBRecordEditor : public KDialogBase
{
Q_OBJECT
public:
- DBRecordEditor(PilotRecord*r=0L, int n=-1, QWidget *parent = 0);
+ DBRecordEditor(PilotRecord*r=0L, int n=-1, TQWidget *parent = 0);
~DBRecordEditor();
protected:
- QLabel* fRecordIndexLabel;
- QLabel* fRecordIDLabel;
- QLineEdit* fRecordIndex;
- QLineEdit* fRecordID;
- QButtonGroup* fFlagsGroup;
- QCheckBox* fDirty;
- QCheckBox* fDeleted;
- QCheckBox* fBusy;
- QCheckBox* fSecret;
- QCheckBox* fArchived;
- QWidget* fRecordData;
+ TQLabel* fRecordIndexLabel;
+ TQLabel* fRecordIDLabel;
+ TQLineEdit* fRecordIndex;
+ TQLineEdit* fRecordID;
+ TQButtonGroup* fFlagsGroup;
+ TQCheckBox* fDirty;
+ TQCheckBox* fDeleted;
+ TQCheckBox* fBusy;
+ TQCheckBox* fSecret;
+ TQCheckBox* fArchived;
+ TQWidget* fRecordData;
KHE::BytesEditInterface*fRecordDataIf;
protected:
- QGridLayout* DBRecordEditorBaseLayout;
- QGridLayout* fFlagsGroupLayout;
+ TQGridLayout* DBRecordEditorBaseLayout;
+ TQGridLayout* fFlagsGroupLayout;
protected:
// DBRecordEditorBase*fWidget;
- QWidget*fWidget;
+ TQWidget*fWidget;
char*fBuffer;
protected slots:
virtual void languageChange();