]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/kde/FormTabularCreate.h
remove all kde files
[lyx.git] / src / frontends / kde / FormTabularCreate.h
diff --git a/src/frontends/kde/FormTabularCreate.h b/src/frontends/kde/FormTabularCreate.h
deleted file mode 100644 (file)
index 82a3e43..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-/**
- * \file FormTabularCreate.h
- * Copyright 2001 the LyX Team
- * Read the file COPYING
- *
- * \author John Levon
- */
-
-#ifndef FORMTABULARCREATE_H
-#define FORMTABULARCREATE_H
-
-#include "KFormBase.h"
-
-class ControlTabularCreate; 
-class TabularCreateDialog;
-
-///
-class FormTabularCreate : public KFormBase<ControlTabularCreate, TabularCreateDialog> {
-public: 
-       ///
-       FormTabularCreate(ControlTabularCreate & c); 
-private:
-       /// apply dialog 
-       virtual void apply();
-       /// build dialog
-       virtual void build();
-       /// not used
-       virtual void update() {};
-};
-
-#endif // FORMTABULARCREATE_H