mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:41:17 -07:00
KPixmap->QPixmap
svn path=/trunk/KDE/kdenetwork/krfb/; revision=538602
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#include <QPixmap>
|
||||
#include <QHideEvent>
|
||||
#include <QMouseEvent>
|
||||
#include <kpixmap.h>
|
||||
#include <QPixmap>
|
||||
#include <kaction.h>
|
||||
#include <ksystemtray.h>
|
||||
#include <kpassivepopup.h>
|
||||
@@ -77,8 +77,8 @@ protected:
|
||||
|
||||
private:
|
||||
|
||||
KPixmap trayIconOpen;
|
||||
KPixmap trayIconClosed;
|
||||
QPixmap trayIconOpen;
|
||||
QPixmap trayIconClosed;
|
||||
Configuration *configuration;
|
||||
KDialog* aboutDialog;
|
||||
KActionCollection actionCollection;
|
||||
|
||||
Reference in New Issue
Block a user