summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/keychooser/crefselectdialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-15 15:29:22 -0600
committerTimothy Pearson <[email protected]>2011-12-15 15:29:22 -0600
commitb3e956791016cf9eb1bf6a2138066bdd4d4cab8a (patch)
treef597165839e56186e005ee331ac5a88a1cdb5739 /bibletime/frontend/keychooser/crefselectdialog.cpp
parent9eb680e22cbcae634c6ff3833eddaff9e3be40e7 (diff)
downloadbibletime-b3e956791016cf9eb1bf6a2138066bdd4d4cab8a.tar.gz
bibletime-b3e956791016cf9eb1bf6a2138066bdd4d4cab8a.zip
Rename a number of old tq methods that are no longer tq specific
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 56c26d7..513975e 100644
--- a/bibletime/frontend/keychooser/crefselectdialog.cpp
+++ b/bibletime/frontend/keychooser/crefselectdialog.cpp
@@ -12,7 +12,7 @@
#include "crefselectdialog.h"
// QT
-#include "tqlayout.h"
+#include "layout.h"
#include "tqlineedit.h"
#include "tqlabel.h"
@@ -33,15 +33,15 @@
//{
// m_page = new TQWidget( this );
// m_placeholder = new TQWidget( m_page);
-// TQVBoxLayout* tqlayout = new TQVBoxLayout( m_page, 0, spacingHint());
+// TQVBoxLayout* layout = new TQVBoxLayout( m_page, 0, spacingHint());
// m_lineedit = new TQLineEdit( TQString(), m_page, "select" );
// m_lineedit->setMinimumWidth(fontMetrics().maxWidth()*8);
//
-// 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);
+// 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);
//
// m_chooser = NULL;
// m_oldParent = NULL;