diff options
Diffstat (limited to 'lilo-config/kde-qt-common/expert.cpp')
-rw-r--r-- | lilo-config/kde-qt-common/expert.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lilo-config/kde-qt-common/expert.cpp b/lilo-config/kde-qt-common/expert.cpp index 5793058..390b3da 100644 --- a/lilo-config/kde-qt-common/expert.cpp +++ b/lilo-config/kde-qt-common/expert.cpp @@ -37,7 +37,7 @@ Expert::Expert(liloconf *l, TQWidget *parent, const char *name):TQWidget(parent, layout=new TQHBoxLayout(this); edit=new TQMultiLineEdit(this); layout->addWidget(edit); - connect(edit, TQT_SIGNAL(textChanged()), TQT_SIGNAL(configChanged())); + connect(edit, TQ_SIGNAL(textChanged()), TQ_SIGNAL(configChanged())); TQWhatsThis::add(edit, _("You can edit the lilo.conf file directly here. All changes you make here are automatically transferred to the graphical interface.")); update(); } |