QTfrontend/CocoaInitializer.h
author nemo
Fri, 20 Nov 2009 21:30:10 +0000
changeset 2631 163b0128bd21
parent 2400 2422ea85d100
child 2948 3f21a9dc93d0
permissions -rw-r--r--
A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt

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

#ifndef COCOAINITIALIZER_H
#define COCOAINITIALIZER_H

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

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

#endif