diff options
Diffstat (limited to 'kbarcode/labeleditor.cpp')
-rw-r--r-- | kbarcode/labeleditor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbarcode/labeleditor.cpp b/kbarcode/labeleditor.cpp index 582b9e5..0e887f5 100644 --- a/kbarcode/labeleditor.cpp +++ b/kbarcode/labeleditor.cpp @@ -121,9 +121,9 @@ using namespace KABC; -LabelEditor::LabelEditor( TQWidget *tqparent, TQString _filename, const char *name, WFlags f ) +LabelEditor::LabelEditor( TQWidget *parent, TQString _filename, const char *name, WFlags f ) : DCOPObject( "LabelEditor" ), - DSMainWindow( tqparent, name, f ) + DSMainWindow( parent, name, f ) { undoAct = redoAct = NULL; |