Lines 20-29
Link Here
|
20 |
|
20 |
|
21 |
#ifndef APPWIDGET_H |
21 |
#ifndef APPWIDGET_H |
22 |
#define APPWIDGET_H |
22 |
#define APPWIDGET_H |
23 |
|
23 |
|
24 |
#include <QtGui> |
24 |
#include <QtGui> |
|
|
25 |
#include <QtWidgets> |
25 |
|
26 |
|
26 |
#include "../classes/phone.h" |
27 |
#include "../classes/phone.h" |
27 |
#include "../classes/computer.h" |
28 |
#include "../classes/computer.h" |
28 |
#include "../dialogs/appinfo.h" |
29 |
#include "../dialogs/appinfo.h" |
29 |
#include "../dialogs/appdialog.h" |
30 |
#include "../dialogs/appdialog.h" |