summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/keychooser/crefselectdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/frontend/keychooser/crefselectdialog.cpp')
-rw-r--r--bibletime/frontend/keychooser/crefselectdialog.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/bibletime/frontend/keychooser/crefselectdialog.cpp b/bibletime/frontend/keychooser/crefselectdialog.cpp
index 513975e..56c26d7 100644
--- a/bibletime/frontend/keychooser/crefselectdialog.cpp
+++ b/bibletime/frontend/keychooser/crefselectdialog.cpp
@@ -12,7 +12,7 @@
#include "crefselectdialog.h"
// QT
-#include "layout.h"
+#include "tqlayout.h"
#include "tqlineedit.h"
#include "tqlabel.h"
@@ -33,15 +33,15 @@
//{
// m_page = new TQWidget( this );
// m_placeholder = new TQWidget( m_page);
-// TQVBoxLayout* layout = new TQVBoxLayout( m_page, 0, spacingHint());
+// TQVBoxLayout* tqlayout = new TQVBoxLayout( m_page, 0, spacingHint());
// m_lineedit = new TQLineEdit( TQString(), m_page, "select" );
// m_lineedit->setMinimumWidth(fontMetrics().maxWidth()*8);
//
-// TQHBoxLayout* hlayout = new TQHBoxLayout(m_page, 0, spacingHint());
-// hlayout->addWidget(new TQLabel(i18n("Verse key:"), m_page));
-// hlayout->addWidget(m_lineedit);
-// layout->addItem(hlayout);
-// layout->addWidget(m_placeholder);
+// TQHBoxLayout* htqlayout = new TQHBoxLayout(m_page, 0, spacingHint());
+// htqlayout->addWidget(new TQLabel(i18n("Verse key:"), m_page));
+// htqlayout->addWidget(m_lineedit);
+// tqlayout->addItem(htqlayout);
+// tqlayout->addWidget(m_placeholder);
//
// m_chooser = NULL;
// m_oldParent = NULL;