QTfrontend/CocoaInitializer.h
author KoRn666
Sun, 31 Oct 2010 22:18:13 +0100
changeset 4052 dd5e00d79efe
parent 2948 3f21a9dc93d0
child 5095 15dd764b728c
permissions -rw-r--r--
Jungle theme with a few touches by Palewolf (missing droplets/splash, wrong background size)

/*
 * Copyright (C) 2008 Remko Troncon
 */

#ifndef COCOAINITIALIZER_H
#define COCOAINITIALIZER_H

class CocoaInitializer
{
    public:
        CocoaInitializer();
        ~CocoaInitializer();

    private:
        class Private;
        Private* d;
                Private* c;
};

#endif