diff options
| author | Johannes Troscher <fritz_van_tom@hotmail.com> | 2011-11-27 12:18:33 +0100 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2011-11-27 12:18:33 +0100 | 
| commit | 6390d8ea58021f67257527cf98af5074656e0838 (patch) | |
| tree | 2defdd7055541f41da100a81aa715bfb10ce8cc9 /src/tests | |
| parent | Merge branch 'bkGroupMidClick' (diff) | |
| download | rekonq-6390d8ea58021f67257527cf98af5074656e0838.tar.xz | |
Unifies macro style
REVIEW: 103242
REVIEWED-BY: adjam
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/findbar_test.cpp | 4 | ||||
| -rw-r--r-- | src/tests/listitem_test.cpp | 6 | ||||
| -rw-r--r-- | src/tests/mainview_test.cpp | 4 | ||||
| -rw-r--r-- | src/tests/mainwindow_test.cpp | 4 | ||||
| -rw-r--r-- | src/tests/networkaccessmanager_test.cpp | 4 | ||||
| -rw-r--r-- | src/tests/protocolhandler_test.cpp | 4 | ||||
| -rw-r--r-- | src/tests/sessionmanager_test.cpp | 4 | ||||
| -rw-r--r-- | src/tests/tabbar_test.cpp | 4 | ||||
| -rw-r--r-- | src/tests/urlbar_test.cpp | 4 | ||||
| -rw-r--r-- | src/tests/walletbar_test.cpp | 4 | ||||
| -rw-r--r-- | src/tests/webpage_test.cpp | 4 | ||||
| -rw-r--r-- | src/tests/websnap_test.cpp | 4 | ||||
| -rw-r--r-- | src/tests/webtab_test.cpp | 2 | ||||
| -rw-r--r-- | src/tests/webview_test.cpp | 4 | 
14 files changed, 28 insertions, 28 deletions
| diff --git a/src/tests/findbar_test.cpp b/src/tests/findbar_test.cpp index 6266c0d3..3efb2d7b 100644 --- a/src/tests/findbar_test.cpp +++ b/src/tests/findbar_test.cpp @@ -36,11 +36,11 @@ class FindBarTest : public QObject  {      Q_OBJECT -public slots: +public Q_SLOTS:      void initTestCase();      void cleanupTestCase(); -private slots: +private Q_SLOTS:      void matchCase();      void notifyMatch(); diff --git a/src/tests/listitem_test.cpp b/src/tests/listitem_test.cpp index 53918040..bfa22139 100644 --- a/src/tests/listitem_test.cpp +++ b/src/tests/listitem_test.cpp @@ -1,5 +1,5 @@  /* - * Copyright 2010 Pierre Rossi <pierre.rossi@gmail.com> + * Copyright 2010-2011 Pierre Rossi <pierre.rossi@gmail.com>   *   * This program is free software; you can redistribute it and/or modify   * it under the terms of the GNU General Public License as published by @@ -28,11 +28,11 @@ class ListItemTest : public QObject  {      Q_OBJECT -public slots: +public Q_SLOTS:      void initTestCase();      void cleanupTestCase(); -private slots: +private Q_SLOTS:      void wordHighLighting_data();      void wordHighLighting(); diff --git a/src/tests/mainview_test.cpp b/src/tests/mainview_test.cpp index 750306c6..141490ea 100644 --- a/src/tests/mainview_test.cpp +++ b/src/tests/mainview_test.cpp @@ -36,11 +36,11 @@ class MainViewTest : public QObject  {      Q_OBJECT -public slots: +public Q_SLOTS:      void initTestCase();      void cleanupTestCase(); -private slots: +private Q_SLOTS:      void tabwidget_data();      void tabwidget(); diff --git a/src/tests/mainwindow_test.cpp b/src/tests/mainwindow_test.cpp index c67b0991..44dde8b6 100644 --- a/src/tests/mainwindow_test.cpp +++ b/src/tests/mainwindow_test.cpp @@ -38,11 +38,11 @@ class MainWindowTest : public QObject  {      Q_OBJECT -public slots: +public Q_SLOTS:      void initTestCase();      void cleanupTestCase(); -private slots: +private Q_SLOTS:  private: diff --git a/src/tests/networkaccessmanager_test.cpp b/src/tests/networkaccessmanager_test.cpp index ca8df515..ed6856f7 100644 --- a/src/tests/networkaccessmanager_test.cpp +++ b/src/tests/networkaccessmanager_test.cpp @@ -33,11 +33,11 @@ class NetworkAccessManagerTest : public QObject  {      Q_OBJECT -public slots: +public Q_SLOTS:      void initTestCase();      void cleanupTestCase(); -private slots: +private Q_SLOTS:  private:      NetworkAccessManager *manager; diff --git a/src/tests/protocolhandler_test.cpp b/src/tests/protocolhandler_test.cpp index cc884e36..2e73a1d2 100644 --- a/src/tests/protocolhandler_test.cpp +++ b/src/tests/protocolhandler_test.cpp @@ -35,11 +35,11 @@ class ProtocolhandlerTest : public QObject  {      Q_OBJECT -public slots: +public Q_SLOTS:      void initTestCase();      void cleanupTestCase(); -private slots: +private Q_SLOTS:      void preHandling_data();      void preHandling(); diff --git a/src/tests/sessionmanager_test.cpp b/src/tests/sessionmanager_test.cpp index b4b392e4..a2ddbfe3 100644 --- a/src/tests/sessionmanager_test.cpp +++ b/src/tests/sessionmanager_test.cpp @@ -37,11 +37,11 @@ class SessionManagerTest : public QObject  {      Q_OBJECT -public slots: +public Q_SLOTS:      void initTestCase();      void cleanupTestCase(); -private slots: +private Q_SLOTS:  private:      SessionManager *sessman; diff --git a/src/tests/tabbar_test.cpp b/src/tests/tabbar_test.cpp index a5c2063d..0ff73c3f 100644 --- a/src/tests/tabbar_test.cpp +++ b/src/tests/tabbar_test.cpp @@ -75,11 +75,11 @@ class TabBarTest : public QObject  {      Q_OBJECT -public slots: +public Q_SLOTS:      void initTestCase();      void cleanupTestCase(); -private slots: +private Q_SLOTS:      void tabSizeHint_data();      void tabSizeHint(); diff --git a/src/tests/urlbar_test.cpp b/src/tests/urlbar_test.cpp index 2b651513..4e1aaae5 100644 --- a/src/tests/urlbar_test.cpp +++ b/src/tests/urlbar_test.cpp @@ -37,11 +37,11 @@ class UrlBarTest : public QObject  {      Q_OBJECT -public slots: +public Q_SLOTS:      void initTestCase();      void cleanupTestCase(); -private slots: +private Q_SLOTS:  private:      UrlBar *bar; diff --git a/src/tests/walletbar_test.cpp b/src/tests/walletbar_test.cpp index e406d6e0..ac186bcc 100644 --- a/src/tests/walletbar_test.cpp +++ b/src/tests/walletbar_test.cpp @@ -33,11 +33,11 @@ class WalletBarTest : public QObject  {      Q_OBJECT -public slots: +public Q_SLOTS:      void initTestCase();      void cleanupTestCase(); -private slots: +private Q_SLOTS:  private:      WalletBar *bar; diff --git a/src/tests/webpage_test.cpp b/src/tests/webpage_test.cpp index 219a6c77..9b170329 100644 --- a/src/tests/webpage_test.cpp +++ b/src/tests/webpage_test.cpp @@ -35,11 +35,11 @@ class WebPageTest : public QObject  {      Q_OBJECT -public slots: +public Q_SLOTS:      void initTestCase();      void cleanupTestCase(); -private slots: +private Q_SLOTS:      void manageNetworkErrors();      void downloadRequest();      void downloadAllContentsWithKGet(); diff --git a/src/tests/websnap_test.cpp b/src/tests/websnap_test.cpp index a90573af..31d2e5cf 100644 --- a/src/tests/websnap_test.cpp +++ b/src/tests/websnap_test.cpp @@ -34,11 +34,11 @@ class WebSnapTest : public QObject      Q_OBJECT -public slots: +public Q_SLOTS:      void initTestCase();      void cleanupTestCase(); -private slots: +private Q_SLOTS:  private:      WebSnap *snap; diff --git a/src/tests/webtab_test.cpp b/src/tests/webtab_test.cpp index d57a97f4..073f1521 100644 --- a/src/tests/webtab_test.cpp +++ b/src/tests/webtab_test.cpp @@ -36,7 +36,7 @@ class WebTabTest : public QObject  {      Q_OBJECT -public slots: +public Q_SLOTS:      void initTestCase();      void cleanupTestCase(); diff --git a/src/tests/webview_test.cpp b/src/tests/webview_test.cpp index 5de9cd09..1846e142 100644 --- a/src/tests/webview_test.cpp +++ b/src/tests/webview_test.cpp @@ -34,11 +34,11 @@ class WebViewTest : public QObject  {      Q_OBJECT -public slots: +public Q_SLOTS:      void initTestCase();      void cleanupTestCase(); -private slots: +private Q_SLOTS:  private:      WebView *view; | 
