summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/keychooser/crefselectdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/frontend/keychooser/crefselectdialog.h')
-rw-r--r--bibletime/frontend/keychooser/crefselectdialog.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/bibletime/frontend/keychooser/crefselectdialog.h b/bibletime/frontend/keychooser/crefselectdialog.h
index 3d78ffe..fc2430a 100644
--- a/bibletime/frontend/keychooser/crefselectdialog.h
+++ b/bibletime/frontend/keychooser/crefselectdialog.h
@@ -12,9 +12,9 @@
#ifndef CREFSELECTDIALOG_H
#define CREFSELECTDIALOG_H
//Qt includes
-#include <qwidget.h>
-#include <qstring.h>
-class QLineEdit;
+#include <tqwidget.h>
+#include <tqstring.h>
+class TQLineEdit;
//KDE includes
#include <kdialog.h>
@@ -27,7 +27,7 @@ class QLineEdit;
//class CRefSelectDialog : public KDialogBase {
// Q_OBJECT
// public:
-// CRefSelectDialog(QWidget *parent);
+// CRefSelectDialog(TQWidget *parent);
// virtual ~CRefSelectDialog();
//
// void setChooser(CKeyChooser* const chooser);
@@ -41,12 +41,12 @@ class QLineEdit;
// void restoreParent();
//
// private:
-// QWidget* m_page;
-// QWidget* m_placeholder;
-// QWidget* m_oldParent;
+// TQWidget* m_page;
+// TQWidget* m_placeholder;
+// TQWidget* m_oldParent;
// CKeyChooser* m_chooser;
-// QLineEdit* m_lineedit;
-// QPoint m_oldPos;
+// TQLineEdit* m_lineedit;
+// TQPoint m_oldPos;
//};
#endif