summaryrefslogtreecommitdiffabout
path: root/microkde/kdirwatch.h
blob: 22b4dec696d45ea77e8a4a8ccd0e176dd355baf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef MICROKDE_KDIRWATCH_H
#define MICROKDE_KDIRWATCH_H

#include <qobject.h>

class KDirWatch : public QObject
{
  public:
    KDirWatch() {}

    void addDir( const QString & ) {}
};

#endif