summaryrefslogtreecommitdiffstats
path: root/src/gui/previewdialog.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
commitfeaf6d62da1685a34fbc8c201f31da681f04e2a7 (patch)
treede2bad7247bd5f95ab845f8650a942a45248d30a /src/gui/previewdialog.cpp
parent2595a15ebeb6fc46b7cb241d01ec0c2460ec2111 (diff)
downloadtellico-feaf6d62da1685a34fbc8c201f31da681f04e2a7.tar.gz
tellico-feaf6d62da1685a34fbc8c201f31da681f04e2a7.zip
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/tellico@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/gui/previewdialog.cpp')
-rw-r--r--src/gui/previewdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/previewdialog.cpp b/src/gui/previewdialog.cpp
index 856fcd0..a875382 100644
--- a/src/gui/previewdialog.cpp
+++ b/src/gui/previewdialog.cpp
@@ -22,8 +22,8 @@
using Tellico::GUI::PreviewDialog;
-PreviewDialog::PreviewDialog(TQWidget* tqparent_)
- : KDialogBase(tqparent_, "template preview dialog", false /* modal */,
+PreviewDialog::PreviewDialog(TQWidget* parent_)
+ : KDialogBase(parent_, "template preview dialog", false /* modal */,
i18n("Template Preview"), KDialogBase::Ok)
, m_tempDir(new KTempDir()) {
m_tempDir->setAutoDelete(true);