typo
[kdegraphics.git] / kruler / krulersystemtray.cpp
blob2564d305769334293cfd13221be9eedc56c1e309
1 /***************************************************************************
2 klineal.h - description
3 -------------------
4 Copyright : (C) 2009 by Montel Laurent <montel@kde.org>
5 ***************************************************************************/
7 /***************************************************************************
8 * *
9 * This program is free software; you can redistribute it and/or modify *
10 * it under the terms of the GNU General Public License as published by *
11 * the Free Software Foundation; either version 2 of the License, or *
12 * (at your option) any later version. *
13 * *
14 ***************************************************************************/
16 #include "krulersystemtray.h"
17 #include <QMenu>
20 KRulerSystemTray::KRulerSystemTray( const KIcon& icon, QWidget * parent, KActionCollection *actions)
21 : KSystemTrayIcon( icon, parent )
23 QMenu * cm = contextMenu();
24 cm->addAction( actions->action("preferences") );
28 #include "krulersystemtray.moc"