4,6 → 4,9 |
a copyright and/or license notice that predates the release of Scribus 1.3.2 |
for which a new license (GPL+exception) is in place. |
*/ |
|
#include <QEvent> |
|
#include "smcstylewidget.h" |
#include "util_icon.h" |
#include "util.h" |
56,6 → 59,14 |
connect(effects_, SIGNAL(State(int)), this, SLOT(slotColorChange())); |
} |
|
void SMCStyleWidget::changeEvent(QEvent *e) |
{ |
if (e->type() == QEvent::LanguageChange) |
{ |
languageChange(); |
} |
} |
|
void SMCStyleWidget::languageChange() |
{ |
/***********************************/ |