summaryrefslogtreecommitdiffstats
path: root/kbarcode/barcodecombo.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-17 20:55:10 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-18 22:35:44 +0900
commit97a76f36dbf0d4da6e63805195b911ab0be6b537 (patch)
treebe9f7ec6692d6dbbb4263fb3e1eab4a4ac3c8644 /kbarcode/barcodecombo.cpp
parent2191b2dfaf7fb1d63dfb59f183c1e942bd3ceea8 (diff)
downloadkbarcode-97a76f36dbf0d4da6e63805195b911ab0be6b537.tar.gz
kbarcode-97a76f36dbf0d4da6e63805195b911ab0be6b537.zip
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 95d1e67dc4ccd69b814a2e1a0437c75017b92450)
Diffstat (limited to 'kbarcode/barcodecombo.cpp')
-rw-r--r--kbarcode/barcodecombo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbarcode/barcodecombo.cpp b/kbarcode/barcodecombo.cpp
index 21208a6..5393a8f 100644
--- a/kbarcode/barcodecombo.cpp
+++ b/kbarcode/barcodecombo.cpp
@@ -112,7 +112,7 @@ void BarcodeCombo::setEncodingType( const TQString & type )
}
BarcodeWidget::BarcodeWidget(TQWidget *parent, const char *name )
- : TQWidget( parent, name ), m_validator( TQT_TQOBJECT(this) )
+ : TQWidget( parent, name ), m_validator( this )
{
m_token = NULL;