~ubuntu-branches/ubuntu/vivid/kdepim/vivid

« back to all changes in this revision

Viewing changes to plugins/ktexteditor/ktexteditorkabcbridge.cpp

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-02-06 11:49:08 UTC
  • mfrom: (0.2.38)
  • Revision ID: package-import@ubuntu.com-20130206114908-eb7adh9xp54jk7gi
Tags: 4:4.10.0a-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
using namespace KPIMIdentities;
30
30
 
31
 
KDE_EXPORT QString ktexteditorkabcbridge( const QString &placeHolder, QWidget *widget, bool *ok )
 
31
// extern "C" is needed here because this function must be located using
 
32
// QLibrary resolve() that only knows how to resolve C functions
 
33
// This function is used by kate/kwrite
 
34
extern "C" KDE_EXPORT QString ktexteditorkabcbridge( const QString &placeHolder, QWidget *widget, bool *ok )
32
35
{
33
36
  KGlobal::locale()->insertCatalog( "ktexteditorkabcbridge_plugin" );
34
37