~ubuntu-branches/ubuntu/raring/kdepim/raring-proposed

« back to all changes in this revision

Viewing changes to kmail/kmsystemtray.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-06-07 07:56:38 UTC
  • mfrom: (0.2.27)
  • Revision ID: package-import@ubuntu.com-20120607075638-0luhdq11z7sgvs4m
Tags: 4:4.8.80-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
    copyright            : (C) 2001 by Ryan Breen
7
7
    email                : ryan@porivo.com
8
8
 
9
 
    Copyright (c) 2010, 2011 Montel Laurent <montel@kde.org>
 
9
    Copyright (c) 2010, 2011, 2012 Montel Laurent <montel@kde.org>
10
10
 ***************************************************************************/
11
11
 
12
12
/***************************************************************************
53
53
 * with its count of unread messages, allowing the user to jump
54
54
 * to the first unread message in each folder.
55
55
 */
 
56
namespace KMail {
56
57
KMSystemTray::KMSystemTray(QObject *parent)
57
58
  : KStatusNotifierItem( parent),
58
59
    mDesktopOfMainWin( 0 ),
425
426
  
426
427
  return false;
427
428
}
428
 
 
 
429
}
429
430
#include "kmsystemtray.moc"