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

List:       kde-commits
Subject:    kdenetwork/kopete/libkopete
From:       Duncan Mac-Vicar Prett <duncan () kde ! org>
Date:       2005-04-06 15:00:30
Message-ID: 20050406150030.77DCE492 () office ! kde ! org
[Download RAW message or body]

CVS commit by dmacvicar: 



ups, namespace


  M +1 -1      kopetecontact.cpp   1.233
  M +8 -0      ui/metacontactselectorwidget.cpp   1.3
  M +8 -0      ui/metacontactselectorwidget.h   1.3


--- kdenetwork/kopete/libkopete/kopetecontact.cpp  #1.232:1.233
@@ -269,5 +269,5 @@ void Contact::changeMetaContact()
         QVBox *w = new QVBox( moveDialog );
         w->setSpacing( KDialog::spacingHint() );
-        MetaContactSelectorWidget *selector = new MetaContactSelectorWidget(w);
+        Kopete::UI::MetaContactSelectorWidget *selector = new \
                Kopete::UI::MetaContactSelectorWidget(w);
         selector->setLabelMessage(i18n( "Select the meta contact to which you want \
to move this contact:" ));     

--- kdenetwork/kopete/libkopete/ui/metacontactselectorwidget.cpp  #1.2:1.3
@@ -47,4 +47,9 @@
 using namespace Kopete::UI::ListView;
 
+namespace Kopete
+{
+namespace UI
+{
+
 class MetaContactSelectorWidgetLVI::Private
 {
@@ -270,4 +275,7 @@ void MetaContactSelectorWidget::setLabel
 }
 
+} // namespace UI
+} // namespace Kopete
+
 #include "metacontactselectorwidget.moc"
 

--- kdenetwork/kopete/libkopete/ui/metacontactselectorwidget.h  #1.2:1.3
@@ -26,4 +26,9 @@
 class Kopete::MetaContact;
 
+namespace Kopete
+{
+namespace UI
+{
+
 /**
  * @author Duncan Mac-Vicar Prett <duncan@kde.org>
@@ -84,4 +89,7 @@ private:
 };
 
+} // namespace UI
+} // namespace Kopete
+
 #endif
 


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

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