Backport r928889 by tmcguire from trunk to the 4.2 branch:

Fix layout, caused by incorrect Krazy fix. Too lazy right now to port to KDialog.

svn path=/branches/KDE/4.2/kdepim/; revision=931308
wilder-work
Thomas McGuire 17 years ago
parent 9ecdc896b3
commit 0b72ac6899
  1. 2
      snippetwidget.cpp

@ -553,7 +553,7 @@ QString SnippetWidget::parseText( const QString &text )
QString SnippetWidget::showSingleVarDialog( const QString &var, QMap<QString, QString> *mapSave )
{
// --BEGIN-- building a dynamic dialog
KDialog dlg(this);
QDialog dlg( this ); // don't fix this krazy issues without actually trying the code!
dlg.setWindowTitle(i18n("Enter Values for Variables"));
QGridLayout * layout = new QGridLayout( &dlg );

Loading…
Cancel
Save