diff options
Diffstat (limited to 'kppp/modemcmds.cpp')
-rw-r--r-- | kppp/modemcmds.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kppp/modemcmds.cpp b/kppp/modemcmds.cpp index 77c76134..dae8bd0f 100644 --- a/kppp/modemcmds.cpp +++ b/kppp/modemcmds.cpp @@ -45,8 +45,8 @@ // a little trick to make the label look like a disabled lineedit #define FORMATSLIDERLABEL(l) l->setFixedWidth(l->tqsizeHint().width()); l->setFixedHeight(TQLineEdit(dummyWidget).tqsizeHint().height()); l->tqsetAlignment(AlignCenter); l->setFrameStyle(TQFrame::WinPanel|TQFrame::Sunken); l->setLineWidth(2); -ModemCommands::ModemCommands(TQWidget *tqparent, const char *name) - : KDialogBase(tqparent, name, true, i18n("Edit Modem Commands"), Ok|Cancel) +ModemCommands::ModemCommands(TQWidget *parent, const char *name) + : KDialogBase(parent, name, true, i18n("Edit Modem Commands"), Ok|Cancel) { KWin::setIcons(winId(), kapp->icon(), kapp->miniIcon()); TQWidget *dummyWidget = new TQWidget(this); |