diff options
Diffstat (limited to 'kdelirc/kcmlirc/kcmlircbase.ui.h')
-rw-r--r-- | kdelirc/kcmlirc/kcmlircbase.ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdelirc/kcmlirc/kcmlircbase.ui.h b/kdelirc/kcmlirc/kcmlircbase.ui.h index f9082b6..124ab3f 100644 --- a/kdelirc/kcmlirc/kcmlircbase.ui.h +++ b/kdelirc/kcmlirc/kcmlircbase.ui.h @@ -23,7 +23,7 @@ void KCMLircBase::init() { delete theModes; modeLayout->removeItem(modeButtonLayout); - theModes = new ModesList(dynamic_cast<QWidget *>(modeLayout->parent()), "theModes"); + theModes = new ModesList(dynamic_cast<TQWidget *>(modeLayout->parent()), "theModes"); theModes->addColumn(i18n("Remote Control")); theModes->addColumn(i18n("Default")); theModes->addColumn(i18n("Icon")); |