~lukas-kde/unity-notifications/cmdLineCheck

« back to all changes in this revision

Viewing changes to tools/clientMainWindow.cpp

  • Committer: CI Train Bot
  • Author(s): Pete Woods
  • Date: 2015-06-23 15:50:11 UTC
  • mfrom: (224.1.8 add-dbus-tests)
  • Revision ID: ci-train-bot@canonical.com-20150623155011-bnt9ubw5elnay015
Add end to end DBus tests and use XML introspection data
Approved by: Charles Kerr

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
18
 */
19
19
 
20
 
#include"clientMainWindow.h"
21
 
#include "notificationclient.h"
22
 
#include "notification.h"
 
20
#include "clientMainWindow.h"
 
21
#include "NotificationClient.h"
 
22
#include "Notification.h"
23
23
 
24
24
ClientMainWindow::ClientMainWindow(NotificationClient &cl, QWidget *parent) :
25
25
    QMainWindow(parent), client(cl) {