diff options
Diffstat (limited to 'kmail/regexplineedit.cpp')
-rw-r--r-- | kmail/regexplineedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/regexplineedit.cpp b/kmail/regexplineedit.cpp index 0b2b2fb50..0da122891 100644 --- a/kmail/regexplineedit.cpp +++ b/kmail/regexplineedit.cpp @@ -82,7 +82,7 @@ namespace KMail { if( !KTrader::self()->query("KRegExpEditor/KRegExpEditor").isEmpty() ) { mRegExpEditButton = new TQPushButton( i18n("Edit..."), this, "mRegExpEditButton" ); - mRegExpEditButton->tqsetSizePolicy( TQSizePolicy::Minimum, + mRegExpEditButton->setSizePolicy( TQSizePolicy::Minimum, TQSizePolicy::Fixed ); hlay->addWidget( mRegExpEditButton ); |