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.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/kpilot/kpilot/dbRecordEditor.h b/kpilot/kpilot/dbRecordEditor.h
index a6c3ff55..627af55f 100644
--- a/kpilot/kpilot/dbRecordEditor.h
+++ b/kpilot/kpilot/dbRecordEditor.h
@@ -30,19 +30,19 @@
#include "options.h"
#include <kdialogbase.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
+class TQVBoxLayout;
+class TQHBoxLayout;
+class TQGridLayout;
namespace KHE {
class BytesEditInterface;
}
using namespace KHE;
-class QButtonGroup;
-class QCheckBox;
-class QLabel;
-class QLineEdit;
+class TQButtonGroup;
+class TQCheckBox;
+class TQLabel;
+class TQLineEdit;
class DBRecordEditorBase;
class PilotRecord;