[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdeutils/kregexpeditor
From:       André Wöbbeking <Woebbeking () web ! de>
Date:       2005-04-09 10:25:42
Message-ID: 20050409102542.B539A494 () office ! kde ! org
[Download RAW message or body]

CVS commit by woebbe: 

use encoding explicitly


  M +1 -1      kregexpeditorprivate.cpp   1.35


--- kdeutils/kregexpeditor/kregexpeditorprivate.cpp  #1.34:1.35
@@ -159,5 +159,5 @@ KRegExpEditorPrivate::KRegExpEditorPriva
   layout->addWidget( label );
   clearButton = new QToolButton( this );
-  QCString icon = QApplication::reverseLayout() ? "clear_left" : \
"locationbar_erase"; +  const QString icon( QString::fromLatin1( \
QApplication::reverseLayout() ? "clear_left" : "locationbar_erase" ) );  QIconSet \
clearIcon = SmallIconSet( icon );  clearButton->setIconSet( clearIcon );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic