summaryrefslogtreecommitdiffstats
path: root/kbarcode/documentitemdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbarcode/documentitemdlg.cpp')
-rw-r--r--kbarcode/documentitemdlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbarcode/documentitemdlg.cpp b/kbarcode/documentitemdlg.cpp
index 28313a0..7e93012 100644
--- a/kbarcode/documentitemdlg.cpp
+++ b/kbarcode/documentitemdlg.cpp
@@ -23,9 +23,9 @@
#include <kcommand.h>
#include <klocale.h>
-DocumentItemDlg::DocumentItemDlg( TokenProvider* token, DocumentItem* item, KCommandHistory* history, TQWidget* tqparent )
+DocumentItemDlg::DocumentItemDlg( TokenProvider* token, DocumentItem* item, KCommandHistory* history, TQWidget* parent )
: KDialogBase( Tabbed, i18n("Properties"), KDialogBase::Ok|KDialogBase::Cancel,
- KDialogBase::Ok, tqparent, 0, true, true )
+ KDialogBase::Ok, parent, 0, true, true )
{
m_item = item;
m_history = history;