mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
remove unconditional defines which should have been guarded behind KDE3_SUPPORT
This commit is contained in:
parent
24ce09607c
commit
6b428d5291
1 changed files with 0 additions and 20 deletions
|
@ -72,26 +72,6 @@ public:
|
|||
bool _unmanagedWidgetChangeState : 1;
|
||||
};
|
||||
|
||||
KCModule::KCModule( QWidget *parent, const char *name, const QStringList& )
|
||||
: QWidget(parent), d(new KCModulePrivate)
|
||||
{
|
||||
if (name && strlen(name)) {
|
||||
d->_componentData = KComponentData(name);
|
||||
KGlobal::locale()->insertCatalog(name);
|
||||
} else
|
||||
d->_componentData = KComponentData("kcmunnamed");
|
||||
}
|
||||
|
||||
KCModule::KCModule(const KComponentData &componentData, QWidget *parent, const QStringList &)
|
||||
: QWidget(parent), d(new KCModulePrivate)
|
||||
{
|
||||
Q_ASSERT(componentData.isValid());
|
||||
|
||||
KGlobal::locale()->insertCatalog(componentData.componentName());
|
||||
|
||||
d->_componentData = componentData;
|
||||
}
|
||||
|
||||
KCModule::KCModule(const KComponentData &componentData, QWidget *parent, const QVariantList &)
|
||||
: QWidget( parent ), d(new KCModulePrivate)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue