From 09470cb1bf92cbed1abf0f7096af9ed87a262624 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 23:17:58 -0600 Subject: Rename many classes and header files to avoid conflicts with KDE4 --- lilo-config/kde-qt-common/general.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lilo-config/kde-qt-common') diff --git a/lilo-config/kde-qt-common/general.cpp b/lilo-config/kde-qt-common/general.cpp index 2040025..2080a87 100644 --- a/lilo-config/kde-qt-common/general.cpp +++ b/lilo-config/kde-qt-common/general.cpp @@ -45,7 +45,7 @@ General::General(liloconf *l, TQWidget *parent, const char *name):TQWidget(paren TQLabel *drive_lbl=new TQLabel(_("Install &boot record to drive/partition:"), drv); drive=new TQComboBox(false, drv); drive_lbl->setBuddy(drive); - StringList p=ptable::disklist(); + StringList p=ptable::distdelist(); p+=ptable::partlist(); p.sort(); for(StringList::const_iterator it=p.begin(); it!=p.end(); it++) -- cgit v1.2.3