[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kexi/formeditor/factories (silent)
From:       Jaroslaw Staniek <js () iidea ! pl>
Date:       2005-02-25 23:37:19
Message-ID: 20050225233719.4C8E5EF06 () office ! kde ! org
[Download RAW message or body]

CVS commit by staniek: 


CVS_SILENT compile fixes


  M +3 -3      containerfactory.cpp   1.52


--- koffice/kexi/formeditor/factories/containerfactory.cpp  #1.51:1.52
@@ -183,5 +183,5 @@ InsertPageCommand::unexecute()
         QWidget *parent = m_form->objectTree()->lookup(m_parentname)->widget();
 
-        WidgetList list;
+        KFormDesigner::WidgetList list;
         list.append(page);
         KCommand *com = new KFormDesigner::DeleteWidgetCommand(list, m_form);
@@ -624,5 +624,5 @@ void ContainerFactory::removeTabPage()
         QWidget *w = tab->currentPage();
 
-        WidgetList list;
+        KFormDesigner::WidgetList list;
         list.append(w);
         KCommand *com = new KFormDesigner::DeleteWidgetCommand(list, m_container->form());
@@ -677,5 +677,5 @@ void ContainerFactory::removeStackPage()
         QWidget *page = stack->visibleWidget();
 
-        WidgetList list;
+        KFormDesigner::WidgetList list;
         list.append(page);
         KCommand *com = new KFormDesigner::DeleteWidgetCommand(list, m_container->form());


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic