~cyberspace/homerun/trunk

« back to all changes in this revision

Viewing changes to kicker/components/appletproxy.cpp

  • Committer: Eike Hein
  • Date: 2014-01-29 22:22:07 UTC
  • mfrom: (696.1.13)
  • Revision ID: git-v1:53ac03794ca334359a550e29c4a98fd4384ed640
Merge branch 'homerun/1.2'

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
AppletProxy::AppletProxy(QObject* parent) : QObject(parent),
26
26
    m_applet(0)
27
27
{
 
28
    KGlobal::locale()->insertCatalog("plasma_applet_org.kde.homerun");
28
29
}
29
30
 
30
31
AppletProxy::~AppletProxy()