~ubuntu-branches/ubuntu/oneiric/kdenetwork/oneiric-updates

« back to all changes in this revision

Viewing changes to kopete/kopete/contactlist/contactlistlayoutmanager.cpp

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac, Philip Muškovac
  • Date: 2011-07-10 12:36:35 UTC
  • mfrom: (1.1.59 upstream)
  • Revision ID: package-import@ubuntu.com-20110710123635-3db9oyxdswp4sp1e
Tags: 4:4.6.90-0ubuntu1
* New upstream release
 - Bump on kde-sc-dev-latest
 - s/kdebase-runtime-dev/kde-runtime-dev
* Dropped kubuntu_05_samba_sharing.diff <- went upstream
* Added kubuntu_05_make_old_symbols_reappear_and_fix_building.diff
* Refreshed *.install
* Refreshed symbols

[ Philip Muškovac ]
* fix debug package depends on kdebase-runtime-dbg -> kde-runtime-dbg 
  and recommends on kde-workspace-dbg

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
LayoutManager::~LayoutManager()
76
76
{}
77
77
 
78
 
QStringList LayoutManager::layouts()
 
78
QStringList LayoutManager::layouts() const
79
79
{
80
80
        return m_layouts.keys();
81
81
}
336
336
        return false;
337
337
}
338
338
 
339
 
QString LayoutManager::activeLayoutName()
 
339
QString LayoutManager::activeLayoutName() const
340
340
{
341
341
        return m_activeLayout;
342
342
}