summaryrefslogtreecommitdiffstats
path: root/src/rip/k3bcddbpatternwidget.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-09 18:25:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-09 18:28:31 +0900
commit766478630b5e0f435d8aef9ee7ba44651e4e431d (patch)
treef7051c2c461364796929ed39875262b434fe0f42 /src/rip/k3bcddbpatternwidget.cpp
parentb67830aae3b0bd8e8bfd2be1a7714dcb978ff59b (diff)
downloadk3b-766478630b5e0f435d8aef9ee7ba44651e4e431d.tar.gz
k3b-766478630b5e0f435d8aef9ee7ba44651e4e431d.zip
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/rip/k3bcddbpatternwidget.cpp')
-rw-r--r--src/rip/k3bcddbpatternwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rip/k3bcddbpatternwidget.cpp b/src/rip/k3bcddbpatternwidget.cpp
index 2c8e533..d7d8546 100644
--- a/src/rip/k3bcddbpatternwidget.cpp
+++ b/src/rip/k3bcddbpatternwidget.cpp
@@ -41,7 +41,7 @@ K3bCddbPatternWidget::K3bCddbPatternWidget( TQWidget* parent, const char* name )
// additional the filename can never contain a slash /
// and the dir should never start with a slash since it should always be a relative path
- TQRegExpValidator* dirValidator = new TQRegExpValidator( TQRegExp( "[^/][^?\\*\\\"]*" ), TQT_TQOBJECT(this) );
+ TQRegExpValidator* dirValidator = new TQRegExpValidator( TQRegExp( "[^/][^?\\*\\\"]*" ), this );
m_comboFilenamePattern->setValidator( dirValidator );
m_comboPlaylistPattern->setValidator( dirValidator );
m_editBlankReplace->setValidator( dirValidator );