]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kitemviews/private/kdirectorycontentscounterworker.h
Build with QT_NO_KEYWORDS
[dolphin.git] / src / kitemviews / private / kdirectorycontentscounterworker.h
index 8e6359746ceeacc9b452581a0785d9614a774526..48a2d1ff9b37d01e8cf2ebbc04c1fe665bf6d7ea 100644 (file)
@@ -42,13 +42,13 @@ public:
      */
     static CountResult subItemsCount(const QString& path, Options options);
 
-signals:
+Q_SIGNALS:
     /**
      * Signals that the directory \a path contains \a count items and optionally the size of its content.
      */
     void result(const QString& path, int count, long size);
 
-public slots:
+public Q_SLOTS:
     /**
      * Requests the number of items inside the directory \a path using the
      * options \a options. The result is announced via the signal \a result.